Uh oh!
There was an error while loading. Please reload this page.
test: convert new tests to use error types - #18581
Conversation
There was a problem hiding this comment.
I'd keep this one as common.expectsError()
5eb9d0f to
0645304Comparejackhorton
commented
Feb 5, 2018
Updated to expectsError. Just for my own understanding, when is it preferred to use |
BridgeAR
commented
Feb 6, 2018
It was originally recommended to use I personally recommend to always use |
BridgeAR
commented
Feb 6, 2018
jackhorton
commented
Feb 6, 2018
I have looked at a handful of the CI errors and none of them look related to this change, is that expected? OS X had a missing tool, Linux had a YAML issue, and some others didn't look like they reported why they failed at all. |
BridgeAR
commented
Feb 7, 2018
@jackhorton to some extend: yes. But not as bad as it has happened here. We have to many flakes and other issues with our CI at the moment as it seems. |
lpinca
commented
Feb 7, 2018
PR-URL: nodejs#18581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
BridgeAR
commented
Feb 10, 2018
Landed in 1729af2 🎉 |
MylesBorins
commented
Feb 21, 2018
Should this be backported to |
jackhorton
commented
Feb 21, 2018
Not sure what the status quo is for this -- theres no functional update, it just makes for fewer special cases in Node-ChakraCore. I think im fine with not backporting it? |
PR-URL: nodejs#18581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#18581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#18581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#18581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test
Some new tests were added recently that rely on error messages that are incompatible with Node-ChakraCore. This PR simply reverts the test to only relying on error type, rather than error message.
vcbuild testis actually failing for me on an unrelated test, sequential/test-inspector-port-cluster, but I might make a new issue for that separately.