Source code
Revision control
Copy as Markdown
Other Tools
[import-subgraph-404.html]
expected:
if not tsan and not debug and (os == "linux") and fission: OK
if not tsan and debug and (os == "mac"): OK
if not tsan and not debug and (os == "win"): OK
if not tsan and not debug and (os == "mac"): [OK, CRASH]
if not tsan and not debug and (os == "android"): [OK, CRASH]
if tsan: TIMEOUT
CRASH