Source code
Revision control
Copy as Markdown
Other Tools
[no-transferring.html]
expected:
if not debug and (os == "linux") and asan and fission: CRASH
if debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if debug and (os == "win") and (processor == "x86"): CRASH
if debug and (os == "linux") and not fission: CRASH
if debug and (os == "android"): CRASH
if not debug and (os == "mac"): [OK, CRASH]
if not debug and (os == "android"): [OK, CRASH]