no-transferring.html.ini (429B)
1 [no-transferring.html] 2 expected: 3 if not debug and (os == "linux") and asan and fission: CRASH 4 if debug and (os == "win") and (processor == "x86_64"): TIMEOUT 5 if debug and (os == "win") and (processor == "x86"): CRASH 6 if debug and (os == "linux") and not fission: CRASH 7 if debug and (os == "android"): CRASH 8 if not debug and (os == "mac"): [OK, CRASH] 9 if not debug and (os == "android"): [OK, CRASH]