This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A couple of tests had incorrect baselines, test-tty-get-color-depth incorrectly tried to get the color of stdin, and test-fs-write used a new v8-specific flag. To solve that last case, I added a list of banned flags to the python script that runs tests, which will cause it to ignore those flags if they are requested by a script.
- Loading branch information
Showing
7 changed files
with
99 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
assert.js:* | ||
throw newErr; | ||
^ | ||
|
||
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error | ||
at z (*if-error-has-good-stack.js:*:* | ||
at y (*if-error-has-good-stack.js:*:*) | ||
at x (*if-error-has-good-stack.js:*:*) | ||
at Anonymous function (*if-error-has-good-stack.js:*:*) | ||
at c (*if-error-has-good-stack.js:*:*) | ||
at b (*if-error-has-good-stack.js:*:*) | ||
at a (*if-error-has-good-stack.js:*:*) | ||
at Anonymous function (*if-error-has-good-stack.js:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Module._extensions[.js] (module.js:*:*) | ||
at Module.prototype.load (module.js:*:*) | ||
at tryModuleLoad (module.js:*:*) | ||
at Module._load (module.js:*:*) | ||
at Module.runMain (module.js:*:*) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
assert.js:* | ||
throw newErr; | ||
^ | ||
|
||
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error | ||
at z (*if-error-has-good-stack.js:*:* | ||
at y (*if-error-has-good-stack.js:*:*) | ||
at x (*if-error-has-good-stack.js:*:*) | ||
at Object.<anonymous> (*if-error-has-good-stack.js:*:*) | ||
at c (*if-error-has-good-stack.js:*:*) | ||
at b (*if-error-has-good-stack.js:*:*) | ||
at a (*if-error-has-good-stack.js:*:*) | ||
at Object.<anonymous> (*if-error-has-good-stack.js:*:*) | ||
at Module._compile (module.js:*:*) | ||
at Object.Module._extensions..js (module.js:*:*) | ||
at Module.load (module.js:*:*) | ||
at tryModuleLoad (module.js:*:*) | ||
at Function.Module._load (module.js:*:*) | ||
at Function.Module.runMain (module.js:*:*) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters