shared.html.ini (1776B)
1 [shared.html] 2 expected: 3 if tsan: CRASH 4 [Resizable ArrayBuffer] 5 expected: 6 if (os == "mac") and not debug: [PASS, FAIL] 7 if (os == "android") and not debug: [PASS, FAIL] 8 9 [Growable SharedArrayBuffer] 10 expected: 11 if (os == "mac") and not debug: [PASS, FAIL] 12 if (os == "android") and not debug: [PASS, FAIL] 13 14 [Length-tracking TypedArray] 15 expected: 16 if (os == "mac") and not debug: [PASS, FAIL] 17 if (os == "android") and not debug: [PASS, FAIL] 18 19 [Length-tracking DataView] 20 expected: 21 if (os == "mac") and not debug: [PASS, FAIL] 22 if (os == "android") and not debug: [PASS, FAIL] 23 24 [Serializing OOB TypedArray throws] 25 expected: 26 if (os == "mac") and not debug: [PASS, FAIL] 27 if (os == "android") and not debug: [PASS, FAIL] 28 29 [Serializing OOB DataView throws] 30 expected: 31 if (os == "mac") and not debug: [PASS, FAIL] 32 if (os == "android") and not debug: [PASS, FAIL] 33 34 [Resizable ArrayBuffer is transferable] 35 expected: 36 if (os == "mac") and not debug: [PASS, FAIL] 37 if (os == "android") and not debug: [PASS, FAIL] 38 39 [Length-tracking TypedArray is transferable] 40 expected: 41 if (os == "mac") and not debug: [PASS, FAIL] 42 if (os == "android") and not debug: [PASS, FAIL] 43 44 [Length-tracking DataView is transferable] 45 expected: 46 if (os == "mac") and not debug: [PASS, FAIL] 47 if (os == "android") and not debug: [PASS, FAIL] 48 49 [Transferring OOB TypedArray throws] 50 expected: 51 if (os == "mac") and not debug: [PASS, FAIL] 52 if (os == "android") and not debug: [PASS, FAIL] 53 54 [Transferring OOB DataView throws] 55 expected: 56 if (os == "mac") and not debug: [PASS, FAIL] 57 if (os == "android") and not debug: [PASS, FAIL]