test: expect test to fail in debug builds#22881
test: expect test to fail in debug builds#22881refack wants to merge 2 commits intonodejs:masterfrom
Conversation
* test-http-same-map.js Refs: nodejs#22775
|
First check that it solves the CI issue: https://ci.nodejs.org/job/node-test-commit-linux-containered/7082/ |
|
I'm confused by the fact that this test already results in a yellow result rather than red. ???? |
It's a bug/feature in the CI scripts for the "containered" configuration. During ramp up of those we set them to flag "unstable", and not "fail". We forgot to upgrade them. |
Will this change mark as green as it's expecting a fail rather than a flake? |
Yes. And once it's fixed (tests show V8 7.0 will fix this) it should turn red, so we'll know to remove this flag. |
|
Closing, since the fix in #22890 has been landed :) |
ATM This fails with V8 6.9. Should be fixed in 7.0.
Refs: #22775
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes