-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testRunner_v7.js - test failures - test_cors #1473
Comments
Thank you for the debugging, Damian! It looks like this is failing for you because it is matching to node 6.9.0; we will have to revise the test. Thanks! |
For completeness here is the output from compiling
|
Internal reference: XRE2-1750 |
From the original list, at the time of writing, the following tests fails on
An attempt to use
|
This provides some more detailed information related to recently introduces regressions in some of the tests.
The complete list of observed failures are in the following git commit message: dwrobel@9a04fb8
For the two failures:
the following modifications were done to the test script:
Then grepping the output of the log for failed tests for
dw:
gives the following:The test failures are consistent while using both
nodejs
versionsv6.13.0
andv8.11.1
.The text was updated successfully, but these errors were encountered: