tor-browser

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

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


      1 [structured-clone.any.worker.html]
      2  expected: OK
      3 
      4 [structured-clone.any.html]
      5  expected: OK
      6 
      7 [structured-clone.any.html?81-100]
      8  expected:
      9    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
     10 
     11 [structured-clone.any.worker.html?81-100]
     12  expected:
     13    if asan and fission: [OK, CRASH]
     14 
     15 [structured-clone.any.html?101-last]
     16  expected:
     17    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT, ERROR]
     18    [OK, ERROR]
     19  [Not serializable: symbol: Symbol(desc)]
     20    expected:
     21      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, FAIL]
     22      [PASS, FAIL]
     23 
     24  [Not serializable: MessageChannel: [object MessageChannel\]]
     25    expected:
     26      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     27 
     28  [Not serializable: Event: [object Event\]]
     29    expected:
     30      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     31 
     32  [Not serializable: Window: [object Window\]]
     33    expected:
     34      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     35 
     36 
     37 [structured-clone.any.worker.html?101-last]
     38  expected:
     39    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT, ERROR]
     40    [OK, ERROR]
     41  [Not serializable: symbol: Symbol(desc)]
     42    expected: [PASS, FAIL]
     43 
     44  [Not serializable: MessageChannel: [object MessageChannel\]]
     45    expected:
     46      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     47 
     48  [Not serializable: Event: [object Event\]]
     49    expected:
     50      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     51 
     52 
     53 [structured-clone.any.html?1-20]
     54 
     55 [structured-clone.any.worker.html?1-20]
     56 
     57 [structured-clone.any.worker.html?21-40]
     58  expected:
     59    if asan and not fission: [OK, CRASH]
     60 
     61 [structured-clone.any.html?21-40]
     62  expected:
     63    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
     64    if (os == "linux") and not fission and not debug: [OK, CRASH]
     65  [string: ]
     66    expected:
     67      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     68 
     69  [Number: -2147483648]
     70    expected:
     71      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     72 
     73  [Number: -1]
     74    expected:
     75      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     76 
     77  [Number: -5e-324]
     78    expected:
     79      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     80 
     81  [bigint: 12345678901234567890]
     82    expected:
     83      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     84 
     85  [string: null(\x00)]
     86    expected:
     87      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     88 
     89  [Number: -2147483647]
     90    expected:
     91      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     92 
     93  [Number: -4294967295]
     94    expected:
     95      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     96 
     97  [Number: -Infinity]
     98    expected:
     99      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    100 
    101  [Number: -0]
    102    expected:
    103      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    104 
    105  [string: this is a sample string]
    106    expected:
    107      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    108 
    109  [Number: -1.7976931348623157e+308]
    110    expected:
    111      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    112 
    113  [Number: NaN]
    114    expected:
    115      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    116 
    117  [Boolean: false]
    118    expected:
    119      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    120 
    121  [Boolean: true]
    122    expected:
    123      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    124 
    125 
    126 [structured-clone.any.html?41-60]
    127  expected:
    128    if (os == "linux") and not fission: [OK, CRASH]
    129 
    130 [structured-clone.any.worker.html?41-60]
    131  expected:
    132    if asan and fission: [OK, CRASH]
    133 
    134 [structured-clone.any.html?61-80]
    135  expected:
    136    if (processor == "x86") and not debug: [OK, ERROR, TIMEOUT]
    137  [RegExp: /abc/im]
    138    expected:
    139      if (processor == "x86") and not debug: [PASS, TIMEOUT]
    140 
    141  [RegExp: /abc/gim]
    142    expected:
    143      if (processor == "x86") and not debug: [PASS, NOTRUN]
    144 
    145  [RegExp: /abc/gimsuy]
    146    expected:
    147      if (processor == "x86") and not debug: [PASS, NOTRUN]
    148 
    149  [ArrayBuffer: [object ArrayBuffer\]]
    150    expected:
    151      if (processor == "x86") and not debug: [PASS, NOTRUN]
    152 
    153 
    154 [structured-clone.any.worker.html?61-80]