Skip to content

Commit

Permalink
[js] Fudge set tests broken in general when precompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Mar 14, 2019
1 parent 7342758 commit 35e4ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/set_addition.t
Expand Up @@ -214,6 +214,7 @@ for

for @triplets -> $left, $right, $result {
#exit dd $left, $right, $result unless
#?rakudo.js.browser todo "broken on all backends when precompiling"
is-deeply op($left,$right), $result,
"$left.gist() $name $right.gist()";
}
Expand Down
1 change: 1 addition & 0 deletions S03-operators/set_intersection.t
Expand Up @@ -192,6 +192,7 @@ for

for @triplets -> $left, $right, $result {
#exit dd $left, $right, $result unless
#?rakudo.js.browser todo "broken on all backends when precompiling"
is-deeply op($left,$right), $result,
"$left.gist() $name $right.gist()";
}
Expand Down
1 change: 1 addition & 0 deletions S03-operators/set_multiply.t
Expand Up @@ -216,6 +216,7 @@ for

for @triplets -> $left, $right, $result {
#exit dd $left, $right, $result unless
#?rakudo.js.browser todo "broken on all backends when precompiling"
is-deeply op($left,$right), $result,
"$left.gist() $name $right.gist()";
}
Expand Down
1 change: 1 addition & 0 deletions S03-operators/set_union.t
Expand Up @@ -171,6 +171,7 @@ for

for @triplets -> $left, $right, $result {
#exit dd $left, $right, $result unless
#?rakudo.js.browser todo "broken on all backends when precompiling"
is-deeply op($left,$right), $result,
"$left.gist() $name $right.gist()";
}
Expand Down

0 comments on commit 35e4ece

Please sign in to comment.