-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily disable failing math.mininteger related tests
This is due to a floating point to integer conversion bug in libcompiler-rt. The following command prints `RUST_LOG=debug ckb-debugger --max-cycles 2000000000 --bin ./build/lua-loader.debug -- -e 'print(math.mininteger + 0.0)'` `-2.3058430090000e+18` instead of `-9.2233720368548e+18`. The latest commit a3fb2348b19167dfb027e20f8e1306ebbf31cfbf of llvm fixed this bug. But we have not picked the newest code from llvm yet.
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters