Skip to content

Commit 35e4ece

Browse files
committed
[js] Fudge set tests broken in general when precompiling
1 parent 7342758 commit 35e4ece

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

S03-operators/set_addition.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ for
214214

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

S03-operators/set_intersection.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ for
192192

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

S03-operators/set_multiply.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ for
216216

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

S03-operators/set_union.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ for
171171

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

0 commit comments

Comments
 (0)