Skip to content

Commit

Permalink
fix(pipeline): enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 9, 2024
1 parent 34e2c30 commit ba0f9db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pipeline/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test-sets:
- left-with-even-neg

# not broken
- takes-part-of-bytes
# - takes-part-of-bytes
- and-neg-bytes-as-number-with-leading-zeroes
- and-neg-bytes-as-number-without-leading-zeroes
- bitwise-works
Expand Down Expand Up @@ -196,8 +196,8 @@ test-sets:
- negative-i64-to-i32-and-back

# not broken
- i64-div-less-than-i64-one
- i64-eq-false
# - i64-div-less-than-i64-one
# - i64-eq-false
- i64-eq-true
- i64-gte-equal
- i64-gte-false
Expand Down Expand Up @@ -364,8 +364,8 @@ test-sets:
filtered: pipeline/eo-filtered/negative-infinity-tests.eo
exclude:
# not broken
- negative-infinity-div-float-zero
- negative-infinity-div-int-zero
# - negative-infinity-div-float-zero
# - negative-infinity-div-int-zero
- negative-infinity-div-nan
- negative-infinity-div-neg-float-zero
- negative-infinity-div-neg-int-zero
Expand Down Expand Up @@ -439,8 +439,8 @@ test-sets:
filtered: pipeline/eo-filtered/positive-infinity-tests.eo
exclude:
# not broken
- float-equal-to-nan-and-infinites-is-false-highload
- positive-infinity-div-float-zero
# - float-equal-to-nan-and-infinites-is-false-highload
# - positive-infinity-div-float-zero
- positive-infinity-div-int-zero
- positive-infinity-div-nan
- positive-infinity-div-neg-float-zero
Expand Down Expand Up @@ -726,7 +726,7 @@ test-sets:
filtered: pipeline/eo-filtered/while-tests.eo
exclude:
# not broken
- iterating-tuple-with-while-using-external-iterator
# - iterating-tuple-with-while-using-external-iterator
- iterating-tuple-with-while-using-internal-iterator
- iterating-tuple-with-while-without-body-multiple
- iterating-tuple-with-while-without-body-single
Expand Down

0 comments on commit ba0f9db

Please sign in to comment.