Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that ambiguous star exports lead to an instantiation error and that the correct module is blamed.
Asserts run
Pass
assert_array_equals([object "SyntaxError: The requested module './instantiation-error-6b.js' contains conflicting star exports for name 'foo'", 1, "instantiation-error-6c", "instantiation-error-6d", "instantiation-error-6b", 2], [object "SyntaxError: The requested module './instantiation-error-6b.js' contains conflicting star exports for name 'foo'", 1, "instantiation-error-6c", "instantiation-error-6d", "instantiation-error-6b", 2])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-6.html:22:7)
Pass
assert_equals(function "function SyntaxError() { [native code] }", function "function SyntaxError() { [native code] }")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/instantiation-error-6.html:28:7)