blob: 0e8960bf09db47c3efd1b7ad4cfcd7685f10ec54 [file] [log] [blame]
FAIL Importing a script resolves the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing scripts resolves all the given promises. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing nested scripts resolves the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing cyclic scripts resolves the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a script which throws should still resolve the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a non-existent script rejects the given promise with an AbortError. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing an invalid URL should reject the given promise with a SyntaxError. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a blob URL should resolve the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a file:// URL should reject the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a data URL should resolve the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing about:blank should reject the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a script that has a syntax error should reject the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a nested script that has a syntax error should reject the given promise. undefined is not an object (evaluating 'worklet.addModule')
FAIL Importing a script that imports an invalid identifier should reject the given promise. undefined is not an object (evaluating 'worklet.addModule')