Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement floating point const and add #424

Merged
merged 4 commits into from
Jul 31, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: Update spectests expectations
  • Loading branch information
chfast committed Jul 31, 2020
commit a788c5f9f0001436fa87fd93ab7b5c04ddef4ad4
16 changes: 8 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -271,9 +271,9 @@ jobs:
- benchmark:
min_time: "0.01"
- spectest:
expected_passed: 5423
expected_passed: 5468
expected_failed: 9
expected_skipped: 6381
expected_skipped: 6336

sanitizers-macos:
executor: macos
@@ -289,9 +289,9 @@ jobs:
- benchmark:
min_time: "0.01"
- spectest:
expected_passed: 5423
expected_passed: 5468
expected_failed: 9
expected_skipped: 6381
expected_skipped: 6336

benchmark:
machine:
@@ -397,13 +397,13 @@ jobs:
at: ~/build
- spectest:
skip_validation: true
expected_passed: 4481
expected_passed: 4526
expected_failed: 9
expected_skipped: 7323
expected_skipped: 7278
- spectest:
expected_passed: 5423
expected_passed: 5468
expected_failed: 9
expected_skipped: 6381
expected_skipped: 6336
- collect_coverage_data

workflows: