You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ build/run-test262 -c test262.conf -d test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw/
test262.conf:38: ignoring testdir=test262/test
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//iterator-result-rejected-promise-close.js:74: unexpected error: TypeError: $DONE() not called
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//throw-undefined-get-return-undefined.js:64: unexpected error: TypeError: $DONE() not called
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//throw-undefined-return-object.js:66: unexpected error: TypeError: $DONE() not called
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//throw-undefined-return-not-object.js:72: unexpected error: TypeError: $DONE() not called
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//throw-undefined-poisoned-return.js:68: unexpected error: TypeError: $DONE() not called
test262/test/built-ins/AsyncFromSyncIteratorPrototype/throw//throw-result-poisoned-wrapper.js:81: unexpected error: TypeError: $DONE() not called
Result: 6/15 errors, 6 new
$ echo $?
1
I suspect it causes run-test262 (both locally and on CI) to under-report test failures. edit: it's the other way around. The failures are listed in test262_errors.txt and expected. The trailing slash makes them get over-reported because of a bad check.
The text was updated successfully, but these errors were encountered:
Otherwise find_error() won't match entries in test262_errors.txt when
the path to `-d <path>` ends with one or more trailing slashes.
Fixes: quickjs-ng#970
Otherwise find_error() won't match entries in test262_errors.txt when
the path to `-d <path>` ends with one or more trailing slashes.
Fixes: quickjs-ng#970
Uh oh!
There was an error while loading. Please reload this page.
Vs. (note the trailing slash)
I suspect it causes run-test262 (both locally and on CI) to under-report test failures.edit: it's the other way around. The failures are listed in test262_errors.txt and expected. The trailing slash makes them get over-reported because of a bad check.The text was updated successfully, but these errors were encountered: