Source code

Revision control

Copy as Markdown

Other Tools

[empty-attributes-clause.html]
expected:
if release_or_beta: ERROR
if not tsan and (os == "win") and debug: CRASH
if not tsan and (os == "mac") and not debug: [OK, CRASH]
if not tsan and (os == "android") and not debug: [OK, CRASH]
if tsan: TIMEOUT
[Test that no error occurs when an empty import attributes clause is provided.]
expected:
if release_or_beta: FAIL