tor-browser

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

constructor.tentative.any.js.ini (3380B)


      1 [constructor.tentative.any.worker.html]
      2  expected:
      3    if not sessionHistoryInParent: [OK, TIMEOUT]
      4  [name]
      5    expected:
      6      if release_or_beta: FAIL
      7 
      8  [Too few arguments]
      9    expected:
     10      if release_or_beta: FAIL
     11 
     12  [Calling]
     13    expected:
     14      if release_or_beta: FAIL
     15 
     16  [construct with JS function]
     17    expected:
     18      if release_or_beta: FAIL
     19 
     20  [fail with missing parameters]
     21    expected:
     22      if release_or_beta: FAIL
     23 
     24  [fail with missing results]
     25    expected:
     26      if release_or_beta: FAIL
     27 
     28  [fail with non-string parameters & results]
     29    expected:
     30      if release_or_beta: FAIL
     31 
     32  [fail with non-existent parameter and result type]
     33    expected:
     34      if release_or_beta: FAIL
     35 
     36  [fail with non-function object]
     37    expected:
     38      if release_or_beta: FAIL
     39 
     40  [fail to construct with non-callable object]
     41    expected:
     42      if release_or_beta: FAIL
     43 
     44  [length]
     45    expected: FAIL
     46 
     47 
     48 [constructor.tentative.any.html]
     49  expected:
     50    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     51  [name]
     52    expected:
     53      if release_or_beta: FAIL
     54 
     55  [Too few arguments]
     56    expected:
     57      if release_or_beta: FAIL
     58 
     59  [Calling]
     60    expected:
     61      if release_or_beta: FAIL
     62 
     63  [construct with JS function]
     64    expected:
     65      if release_or_beta: FAIL
     66 
     67  [fail with missing parameters]
     68    expected:
     69      if release_or_beta: FAIL
     70 
     71  [fail with missing results]
     72    expected:
     73      if release_or_beta: FAIL
     74 
     75  [fail with non-string parameters & results]
     76    expected:
     77      if release_or_beta: FAIL
     78 
     79  [fail with non-existent parameter and result type]
     80    expected:
     81      if release_or_beta: FAIL
     82 
     83  [fail with non-function object]
     84    expected:
     85      if release_or_beta: FAIL
     86 
     87  [fail to construct with non-callable object]
     88    expected:
     89      if release_or_beta: FAIL
     90 
     91  [length]
     92    expected: FAIL
     93 
     94 
     95 [constructor.tentative.any.js]
     96  [name]
     97    expected:
     98      if release_or_beta: FAIL
     99 
    100  [Too few arguments]
    101    expected:
    102      if release_or_beta: FAIL
    103 
    104  [Calling]
    105    expected:
    106      if release_or_beta: FAIL
    107 
    108  [construct with JS function]
    109    expected:
    110      if release_or_beta: FAIL
    111 
    112  [fail with missing parameters]
    113    expected:
    114      if release_or_beta: FAIL
    115 
    116  [fail with missing results]
    117    expected:
    118      if release_or_beta: FAIL
    119 
    120  [fail with non-string parameters & results]
    121    expected:
    122      if release_or_beta: FAIL
    123 
    124  [fail with non-existent parameter and result type]
    125    expected:
    126      if release_or_beta: FAIL
    127 
    128  [fail with non-function object]
    129    expected:
    130      if release_or_beta: FAIL
    131 
    132  [fail to construct with non-callable object]
    133    expected:
    134      if release_or_beta: FAIL
    135 
    136  [length]
    137    expected: FAIL
    138 
    139 
    140 [constructor.tentative.any.shadowrealm.html]
    141  expected: ERROR
    142 
    143 [constructor.tentative.any.shadowrealm-in-sharedworker.html]
    144  expected: ERROR
    145 
    146 [constructor.tentative.https.any.shadowrealm-in-serviceworker.html]
    147  expected: [ERROR, TIMEOUT]
    148 
    149 [constructor.tentative.any.shadowrealm-in-window.html]
    150  expected:
    151    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
    152    ERROR
    153 
    154 [constructor.tentative.any.shadowrealm-in-dedicatedworker.html]
    155  expected: ERROR
    156 
    157 [constructor.tentative.https.any.shadowrealm-in-audioworklet.html]
    158  expected: ERROR
    159 
    160 [constructor.tentative.any.shadowrealm-in-shadowrealm.html]
    161  expected:
    162    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
    163    ERROR