tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

structured-clone.any.js.ini (3527B)


      1 [structured-clone.any.html]
      2  [Resizable ArrayBuffer]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [Growable SharedArrayBuffer]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [Length-tracking TypedArray]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [Length-tracking DataView]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22  [Serializing OOB TypedArray throws]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, FAIL]
     25      if (os == "android") and not debug: [PASS, FAIL]
     26 
     27  [Serializing OOB DataView throws]
     28    expected:
     29      if (os == "mac") and not debug: [PASS, FAIL]
     30      if (os == "android") and not debug: [PASS, FAIL]
     31 
     32  [Resizable ArrayBuffer is transferable]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      if (os == "android") and not debug: [PASS, FAIL]
     36 
     37  [Length-tracking TypedArray is transferable]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, FAIL]
     40      if (os == "android") and not debug: [PASS, FAIL]
     41 
     42  [Length-tracking DataView is transferable]
     43    expected:
     44      if (os == "mac") and not debug: [PASS, FAIL]
     45      if (os == "android") and not debug: [PASS, FAIL]
     46 
     47  [Transferring OOB TypedArray throws]
     48    expected:
     49      if (os == "mac") and not debug: [PASS, FAIL]
     50      if (os == "android") and not debug: [PASS, FAIL]
     51 
     52  [Transferring OOB DataView throws]
     53    expected:
     54      if (os == "mac") and not debug: [PASS, FAIL]
     55      if (os == "android") and not debug: [PASS, FAIL]
     56 
     57 
     58 [structured-clone.any.worker.html]
     59  [Resizable ArrayBuffer]
     60    expected:
     61      if (os == "mac") and not debug: [PASS, FAIL]
     62      if (os == "android") and not debug: [PASS, FAIL]
     63 
     64  [Growable SharedArrayBuffer]
     65    expected:
     66      if (os == "mac") and not debug: [PASS, FAIL]
     67      if (os == "android") and not debug: [PASS, FAIL]
     68 
     69  [Length-tracking TypedArray]
     70    expected:
     71      if (os == "mac") and not debug: [PASS, FAIL]
     72      if (os == "android") and not debug: [PASS, FAIL]
     73 
     74  [Length-tracking DataView]
     75    expected:
     76      if (os == "mac") and not debug: [PASS, FAIL]
     77      if (os == "android") and not debug: [PASS, FAIL]
     78 
     79  [Serializing OOB TypedArray throws]
     80    expected:
     81      if (os == "mac") and not debug: [PASS, FAIL]
     82      if (os == "android") and not debug: [PASS, FAIL]
     83 
     84  [Serializing OOB DataView throws]
     85    expected:
     86      if (os == "mac") and not debug: [PASS, FAIL]
     87      if (os == "android") and not debug: [PASS, FAIL]
     88 
     89  [Resizable ArrayBuffer is transferable]
     90    expected:
     91      if (os == "mac") and not debug: [PASS, FAIL]
     92      if (os == "android") and not debug: [PASS, FAIL]
     93 
     94  [Length-tracking TypedArray is transferable]
     95    expected:
     96      if (os == "mac") and not debug: [PASS, FAIL]
     97      if (os == "android") and not debug: [PASS, FAIL]
     98 
     99  [Length-tracking DataView is transferable]
    100    expected:
    101      if (os == "mac") and not debug: [PASS, FAIL]
    102      if (os == "android") and not debug: [PASS, FAIL]
    103 
    104  [Transferring OOB TypedArray throws]
    105    expected:
    106      if (os == "mac") and not debug: [PASS, FAIL]
    107      if (os == "android") and not debug: [PASS, FAIL]
    108 
    109  [Transferring OOB DataView throws]
    110    expected:
    111      if (os == "mac") and not debug: [PASS, FAIL]
    112      if (os == "android") and not debug: [PASS, FAIL]