Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update spectests expectations
Browse files Browse the repository at this point in the history
chfast committed Aug 12, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
chfast Paweł Bylica
1 parent 7e7e8a3 commit 4fe85a3
Showing 1 changed file with 8 additions and 8 deletions.
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: 10556
expected_passed: 10560
expected_failed: 3
expected_skipped: 1254
expected_skipped: 1250

sanitizers-macos:
executor: macos
@@ -289,9 +289,9 @@ jobs:
- benchmark:
min_time: "0.01"
- spectest:
expected_passed: 10556
expected_passed: 10560
expected_failed: 3
expected_skipped: 1254
expected_skipped: 1250

benchmark:
machine:
@@ -397,13 +397,13 @@ jobs:
at: ~/build
- spectest:
skip_validation: true
expected_passed: 9614
expected_passed: 9618
expected_failed: 3
expected_skipped: 2196
expected_skipped: 2192
- spectest:
expected_passed: 10556
expected_passed: 10560
expected_failed: 3
expected_skipped: 1254
expected_skipped: 1250
- collect_coverage_data

workflows:

0 comments on commit 4fe85a3

Please sign in to comment.