diff --git a/pipeline/config.yaml b/pipeline/config.yaml index c63eaf2a9..7aaa03533 100644 --- a/pipeline/config.yaml +++ b/pipeline/config.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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