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.
test: Disabled several unittest for node chakracore
* Disabled several debugger test because chakracore doesn't have support yet. * Skip `Buffer.toString()` test that verifies using v8 specific `kStringMaxLength` variable. * Because of error difference, added baselines for some test for chakra This gets us to 29 failures which are either not implemented or bugs in chakrashim.
- Loading branch information
1 parent
9705826
commit 612ef3b
Showing
25 changed files
with
199 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[eval] | ||
SyntaxError: 'with' statements are not allowed in strict mode | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([eval]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
42 | ||
42 | ||
Error: hello | ||
at Global code ([eval]:1:1) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([eval]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
Error: hello | ||
at Global code ([eval]:1:15) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([eval]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
100 | ||
ReferenceError: Variable undefined in strict mode | ||
at Global code ([eval]:1:28) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([eval]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
10 | ||
10 | ||
done |
File renamed without changes.
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,38 @@ | ||
[stdin] | ||
SyntaxError: 'with' statements are not allowed in strict mode | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([stdin]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
42 | ||
42 | ||
Error: hello | ||
at Global code ([stdin]:*) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([stdin]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
Error: hello | ||
at Global code ([stdin]:*) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([stdin]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
100 | ||
ReferenceError: Variable undefined in strict mode | ||
at Global code ([stdin]:*) | ||
at exports.runInThisContext (vm.js:*) | ||
at Anonymous function ([stdin]-wrapper:*:*) | ||
at Module.prototype._compile (module.js:*:*) | ||
at Anonymous function (node.js:*:*) | ||
at nextTickCallbackWith0Args (node.js:*:*) | ||
at _tickCallback (node.js:*:*) | ||
10 | ||
10 | ||
done |
File renamed without changes.
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
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
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
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
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
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
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