tor-browser

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

messagechannel.any.js.ini (6876B)


      1 [messagechannel.any.worker.html]
      2  expected:
      3    if os == "android": [OK, CRASH]
      4  [Length-tracking DataView is transferable]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if os == "android": [PASS, FAIL]
      8 
      9  [Serializing OOB DataView throws]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if os == "android": [PASS, FAIL]
     13 
     14  [Transferring OOB DataView throws]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, FAIL]
     17      if os == "android": [PASS, FAIL]
     18 
     19  [Serializing OOB TypedArray throws]
     20    expected:
     21      if (os == "mac") and not debug: [PASS, FAIL]
     22      if os == "android": [PASS, FAIL]
     23 
     24  [Length-tracking DataView]
     25    expected:
     26      if (os == "mac") and not debug: [PASS, FAIL]
     27      if os == "android": [PASS, FAIL]
     28 
     29  [Length-tracking TypedArray]
     30    expected:
     31      if (os == "mac") and not debug: [PASS, FAIL]
     32      if os == "android": [PASS, FAIL]
     33 
     34  [Length-tracking TypedArray is transferable]
     35    expected:
     36      if (os == "mac") and not debug: [PASS, FAIL]
     37      if os == "android": [PASS, FAIL]
     38 
     39  [Resizable ArrayBuffer]
     40    expected:
     41      if (os == "mac") and not debug: [PASS, FAIL]
     42      if os == "android": [PASS, FAIL]
     43 
     44  [Resizable ArrayBuffer is transferable]
     45    expected:
     46      if (os == "mac") and not debug: [PASS, FAIL]
     47      if os == "android": [PASS, FAIL]
     48 
     49  [Growable SharedArrayBuffer]
     50    expected:
     51      if (os == "mac") and not debug: [PASS, FAIL]
     52      if os == "android": [PASS, FAIL]
     53 
     54  [Transferring OOB TypedArray throws]
     55    expected:
     56      if (os == "mac") and not debug: [PASS, FAIL]
     57      if os == "android": [PASS, FAIL]
     58 
     59 
     60 [messagechannel.any.sharedworker.html]
     61  [Length-tracking DataView is transferable]
     62    expected:
     63      if (os == "mac") and not debug: [PASS, FAIL]
     64      if (os == "android") and not debug: [PASS, FAIL]
     65 
     66  [Serializing OOB DataView throws]
     67    expected:
     68      if (os == "mac") and not debug: [PASS, FAIL]
     69      if (os == "android") and not debug: [PASS, FAIL]
     70 
     71  [Transferring OOB DataView throws]
     72    expected:
     73      if (os == "mac") and not debug: [PASS, FAIL]
     74      if (os == "android") and not debug: [PASS, FAIL]
     75 
     76  [Serializing OOB TypedArray throws]
     77    expected:
     78      if (os == "mac") and not debug: [PASS, FAIL]
     79      if (os == "android") and not debug: [PASS, FAIL]
     80 
     81  [Length-tracking DataView]
     82    expected:
     83      if (os == "mac") and not debug: [PASS, FAIL]
     84      if (os == "android") and not debug: [PASS, FAIL]
     85 
     86  [Length-tracking TypedArray]
     87    expected:
     88      if (os == "mac") and not debug: [PASS, FAIL]
     89      if (os == "android") and not debug: [PASS, FAIL]
     90 
     91  [Length-tracking TypedArray is transferable]
     92    expected:
     93      if (os == "mac") and not debug: [PASS, FAIL]
     94      if (os == "android") and not debug: [PASS, FAIL]
     95 
     96  [Resizable ArrayBuffer]
     97    expected:
     98      if (os == "mac") and not debug: [PASS, FAIL]
     99      if (os == "android") and not debug: [PASS, FAIL]
    100 
    101  [Resizable ArrayBuffer is transferable]
    102    expected:
    103      if (os == "mac") and not debug: [PASS, FAIL]
    104      if (os == "android") and not debug: [PASS, FAIL]
    105 
    106  [Growable SharedArrayBuffer]
    107    expected:
    108      if (os == "mac") and not debug: [PASS, FAIL]
    109      if (os == "android") and not debug: [PASS, FAIL]
    110 
    111  [Transferring OOB TypedArray throws]
    112    expected:
    113      if (os == "mac") and not debug: [PASS, FAIL]
    114      if (os == "android") and not debug: [PASS, FAIL]
    115 
    116 
    117 [messagechannel.any.serviceworker.html]
    118  expected:
    119    if (os == "mac") and not debug: [OK, ERROR]
    120    if (os == "android") and not debug: [OK, ERROR]
    121  [Length-tracking DataView is transferable]
    122    expected:
    123      if (os == "mac") and not debug: [PASS, FAIL]
    124      if (os == "android") and not debug: [PASS, FAIL]
    125 
    126  [Serializing OOB DataView throws]
    127    expected:
    128      if (os == "mac") and not debug: [PASS, FAIL]
    129      if (os == "android") and not debug: [PASS, FAIL]
    130 
    131  [Transferring OOB DataView throws]
    132    expected:
    133      if (os == "mac") and not debug: [PASS, FAIL]
    134      if (os == "android") and not debug: [PASS, FAIL]
    135 
    136  [Serializing OOB TypedArray throws]
    137    expected:
    138      if (os == "mac") and not debug: [PASS, FAIL]
    139      if (os == "android") and not debug: [PASS, FAIL]
    140 
    141  [Length-tracking DataView]
    142    expected:
    143      if (os == "mac") and not debug: [PASS, FAIL]
    144      if (os == "android") and not debug: [PASS, FAIL]
    145 
    146  [Length-tracking TypedArray]
    147    expected:
    148      if (os == "mac") and not debug: [PASS, FAIL]
    149      if (os == "android") and not debug: [PASS, FAIL]
    150 
    151  [Length-tracking TypedArray is transferable]
    152    expected:
    153      if (os == "mac") and not debug: [PASS, FAIL]
    154      if (os == "android") and not debug: [PASS, FAIL]
    155 
    156  [Resizable ArrayBuffer]
    157    expected:
    158      if (os == "mac") and not debug: [PASS, FAIL]
    159      if (os == "android") and not debug: [PASS, FAIL]
    160 
    161  [Resizable ArrayBuffer is transferable]
    162    expected:
    163      if (os == "mac") and not debug: [PASS, FAIL]
    164      if (os == "android") and not debug: [PASS, FAIL]
    165 
    166  [Growable SharedArrayBuffer]
    167    expected:
    168      if (os == "mac") and not debug: [PASS, FAIL]
    169      if (os == "android") and not debug: [PASS, FAIL]
    170 
    171  [Transferring OOB TypedArray throws]
    172    expected:
    173      if (os == "mac") and not debug: [PASS, FAIL]
    174      if (os == "android") and not debug: [PASS, FAIL]
    175 
    176 
    177 [messagechannel.any.html]
    178  [Length-tracking DataView is transferable]
    179    expected:
    180      if (os == "android") and not debug: [PASS, FAIL]
    181      if os == "mac": [PASS, FAIL]
    182 
    183  [Serializing OOB DataView throws]
    184    expected:
    185      if (os == "android") and not debug: [PASS, FAIL]
    186      if os == "mac": [PASS, FAIL]
    187 
    188  [Transferring OOB DataView throws]
    189    expected:
    190      if (os == "android") and not debug: [PASS, FAIL]
    191      if os == "mac": [PASS, FAIL]
    192 
    193  [Serializing OOB TypedArray throws]
    194    expected:
    195      if (os == "android") and not debug: [PASS, FAIL]
    196      if os == "mac": [PASS, FAIL]
    197 
    198  [Length-tracking DataView]
    199    expected:
    200      if (os == "android") and not debug: [PASS, FAIL]
    201      if os == "mac": [PASS, FAIL]
    202 
    203  [Length-tracking TypedArray]
    204    expected:
    205      if (os == "android") and not debug: [PASS, FAIL]
    206      if os == "mac": [PASS, FAIL]
    207 
    208  [Length-tracking TypedArray is transferable]
    209    expected:
    210      if (os == "android") and not debug: [PASS, FAIL]
    211      if os == "mac": [PASS, FAIL]
    212 
    213  [Resizable ArrayBuffer]
    214    expected:
    215      if (os == "android") and not debug: [PASS, FAIL]
    216      if os == "mac": [PASS, FAIL]
    217 
    218  [Resizable ArrayBuffer is transferable]
    219    expected:
    220      if (os == "android") and not debug: [PASS, FAIL]
    221      if os == "mac": [PASS, FAIL]
    222 
    223  [Growable SharedArrayBuffer]
    224    expected:
    225      if (os == "android") and not debug: [PASS, FAIL]
    226      if os == "mac": [PASS, FAIL]
    227 
    228  [Transferring OOB TypedArray throws]
    229    expected:
    230      if (os == "android") and not debug: [PASS, FAIL]
    231      if os == "mac": [PASS, FAIL]