14 lines
580 B
INI
14 lines
580 B
INI
[idb-binary-key-detached.htm]
|
|
[Detached ArrayBuffer]
|
|
expected:
|
|
if not debug and (os == "linux") and not asan and not tsan: [FAIL, PASS]
|
|
if not debug and (os == "win"): [FAIL, PASS]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
if not debug and (os == "android"): [PASS, FAIL]
|
|
|
|
[Detached TypedArray]
|
|
expected:
|
|
if not debug and (os == "linux") and not asan and not tsan: [FAIL, PASS]
|
|
if not debug and (os == "win"): [FAIL, PASS]
|
|
if not debug and (os == "mac"): [PASS, FAIL]
|
|
if not debug and (os == "android"): [PASS, FAIL]
|