mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Merge.
This commit is contained in:
commit
a8e88a93dd
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
//An exception is expected
|
//An exception is expected
|
||||||
if (testDescrip.negative !== undefined) {
|
if (testDescrip.negative !== undefined) {
|
||||||
testDescrip.negative = testDescrip.negative !== "" ? testDescrip.negative : ".";
|
//TODO - come up with a generic way of catching the error type from window.onerror
|
||||||
|
testDescrip.negative = testDescrip.negative === "NotEarlyError" ? testDescrip.negative : ".";
|
||||||
if (window.iframeError === undefined) { //no exception was thrown
|
if (window.iframeError === undefined) { //no exception was thrown
|
||||||
testRun(testDescrip.id, testDescrip.path, testDescrip.description, testDescrip.code,
|
testRun(testDescrip.id, testDescrip.path, testDescrip.description, testDescrip.code,
|
||||||
'fail',
|
'fail',
|
||||||
|
BIN
test/suite/converted/.DS_Store
vendored
BIN
test/suite/converted/.DS_Store
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user