Skip to content

Commit

Permalink
fix(#2943): pdd
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Mar 14, 2024
1 parent 2400db3 commit a4315ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Expand Up @@ -60,10 +60,7 @@ eo: |
01-.as-bytes.eq TRUE
00-.as-bytes.eq FALSE
# @todo #2437:30min Enable the test. After getting rid of delta attributes in data primitives
# this test started to execute infinitely long while other tests with "bool.while" are executed
# without any troubles. Need to find what's the problem and make the test enable again. Don't
# forget to remove the puzzle.
# Test.
[] > complex-bool-expression-in-while
memory 0 > m
seq > res
Expand Down Expand Up @@ -152,9 +149,6 @@ eo: |
arr.length
# Test.
# @todo #2785:60min Enable this test. For some reason this test fails. The only difference between
# this test and `iterating-tuple-with-while-using-internal-iterator` is that this test uses
# external iterator inside instead of standard `i` from `while` body.
[] > iterating-tuple-with-while-using-external-iterator
* 1 1 1 1 > arr
memory 0 > iter
Expand Down Expand Up @@ -211,9 +205,6 @@ eo: |
arr.length
# Test.
# @todo #2437:60min Enable the test. For some reason this test fails. The only difference between
# this test and `iterating-tuple-with-while-without-body-multiple` is that in this test tuple
# consists of only one element.
[] > iterating-tuple-with-while-without-body-single
* 1 > arr
memory 0 > iter
Expand Down
1 change: 1 addition & 0 deletions eo-runtime/src/test/eo/org/eolang/bool-tests.eo
Expand Up @@ -81,6 +81,7 @@
01-.as-bytes.eq TRUE
00-.as-bytes.eq FALSE

# Test.
# @todo #2437:30min Enable the test. After getting rid of delta attributes in data primitives
# this test started to execute infinitely long while other tests with "bool.while" are executed
# without any troubles. Need to find what's the problem and make the test enable again. Don't
Expand Down

0 comments on commit a4315ac

Please sign in to comment.