Update WPT results.

This commit is contained in:
Josh Matthews 2017-10-02 19:56:15 +02:00 committed by Anthony Ramine
parent bceaca9694
commit 3347094373
198 changed files with 7862 additions and 248 deletions

View file

@ -0,0 +1,5 @@
[compilation-error-1.html]
type: testharness
[Test that syntax errors lead to SyntaxError events on window, and that exceptions are remembered.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[compilation-error-2.html]
type: testharness
[Test that syntax errors lead to SyntaxError events on window, and that exceptions are remembered.]
expected: FAIL

View file

@ -24,3 +24,9 @@
[Imported module, Blocked script download, mismatched CORS ACAO header]
expected: FAIL
[Root module, Blocked script download, crossorigin attribute with missing CORS ACAO header]
expected: FAIL
[Imported module, Blocked script download, crossorigin attribute with missing CORS ACAO header]
expected: FAIL

View file

@ -0,0 +1,3 @@
[currentScript-null.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[error-and-slow-dependency.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[evaluation-error-1.html]
type: testharness
[Test that exceptions during evaluation lead to error events on window, and that exceptions are remembered.\n]
expected: FAIL

View file

@ -0,0 +1,5 @@
[evaluation-error-2.html]
type: testharness
[Test that ill-founded cyclic dependencies cause ReferenceError during evaluation, which leads to error events on window, and that exceptions are remembered.\n]
expected: FAIL

View file

@ -0,0 +1,5 @@
[evaluation-error-3.html]
type: testharness
[Test that exceptions during evaluation lead to error events on window, and that exceptions are remembered.\n]
expected: FAIL

View file

@ -0,0 +1,5 @@
[evaluation-error-4.html]
type: testharness
[Test that exceptions during evaluation lead to error events on window, and that exceptions are remembered.\n]
expected: FAIL

View file

@ -0,0 +1,5 @@
[fetch-error-1.html]
type: testharness
[Test that failure to fetch root leads to error event on script.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[fetch-error-2.html]
type: testharness
[Test that failure to fetch dependency leads to error event on script.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[import-subgraph-404.html]
type: testharness
expected: TIMEOUT

View file

@ -7,3 +7,9 @@
[Import a module with a cyclical module dependency]
expected: NOTRUN
[Import a module that validly imports itself]
expected: NOTRUN
[Import a module with a valid cyclical module dependency]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[instantiation-error-1.html]
type: testharness
[Test that missing exports lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
expected: FAIL

View file

@ -0,0 +1,5 @@
[instantiation-error-2.html]
type: testharness
[Test that missing exports lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
expected: FAIL

View file

@ -0,0 +1,5 @@
[instantiation-error-3.html]
type: testharness
[Test that unresolvable cycles lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
expected: FAIL

View file

@ -0,0 +1,5 @@
[late-namespace-request.html]
type: testharness
[Test the situation where a module is instantiated without the need for a namespace object, but later on a different module requests the namespace.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[late-star-export-request.html]
type: testharness
[Test the situation where a module is instantiated without a use of its star-exports, but later on a different module requests them.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[module-vs-script-1.html]
type: testharness
[Test that evaluating something as classic script does not prevent it from being evaluated as module script.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[module-vs-script-2.html]
type: testharness
[Test that evaluating something as classic script does not prevent it from being evaluated as module script.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[nomodule-attribute.html]
type: testharness
[Test that 'nomodule' has the desired effect on classic scripts, but no effect on module scripts.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-for-event.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[single-evaluation-1.html]
type: testharness
[Test that a module is evaluated only once, and that 'this' is undefined (because of strict mode).]
expected: FAIL

View file

@ -0,0 +1,5 @@
[single-evaluation-2.html]
type: testharness
[Test that a module is evaluated only once, and that 'this' is undefined (because of strict mode).]
expected: FAIL

View file

@ -0,0 +1,3 @@
[slow-cycle.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[specifier-error.html]
type: testharness
[Test that invalid module specifier leads to TypeError on window.]
expected: FAIL