tor-browser

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

close.https.any.js.ini (3671B)


      1 [close.https.any.sharedworker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
      7    [OK, TIMEOUT, CRASH]
      8  [close]
      9    expected: [PASS, TIMEOUT]
     10 
     11  [close without waiting for ready]
     12    expected: [PASS, TIMEOUT, NOTRUN]
     13 
     14  [close with code and reason]
     15    expected: [PASS, TIMEOUT, NOTRUN]
     16 
     17  [close with code and long reason]
     18    expected: [PASS, TIMEOUT, NOTRUN]
     19 
     20  [server initiated closure with code and reason]
     21    expected: [PASS, TIMEOUT, NOTRUN]
     22 
     23  [server initiated connection closure]
     24    expected: [PASS, TIMEOUT, NOTRUN]
     25 
     26  [server initiated closure without code and reason]
     27    expected: [PASS, TIMEOUT, NOTRUN]
     28 
     29 
     30 [close.https.any.worker.html]
     31  expected:
     32    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
     33    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     34    if (os == "mac") and debug: [OK, TIMEOUT]
     35    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
     36    [OK, TIMEOUT, CRASH]
     37  [close]
     38    expected: [PASS, TIMEOUT, NOTRUN]
     39 
     40  [close without waiting for ready]
     41    expected: [PASS, TIMEOUT, NOTRUN]
     42 
     43  [close with code and reason]
     44    expected: [PASS, TIMEOUT, NOTRUN]
     45 
     46  [close with code and long reason]
     47    expected: [PASS, TIMEOUT, NOTRUN]
     48 
     49  [server initiated closure with code and reason]
     50    expected: [PASS, TIMEOUT, NOTRUN]
     51 
     52  [server initiated connection closure]
     53    expected: [PASS, TIMEOUT, NOTRUN]
     54 
     55  [server initiated closure without code and reason]
     56    expected: [PASS, TIMEOUT, NOTRUN]
     57 
     58 
     59 [close.https.any.serviceworker.html]
     60  expected:
     61    if fission and (processor == "x86_64") and (os == "win") and not debug: [ERROR, OK, TIMEOUT]
     62    if fission and (processor == "x86") and not debug: [OK, TIMEOUT]
     63    if not fission: [OK, ERROR, TIMEOUT, CRASH]
     64    [OK, ERROR, TIMEOUT]
     65  [close]
     66    expected: [PASS, TIMEOUT, NOTRUN]
     67 
     68  [close without waiting for ready]
     69    expected: [PASS, TIMEOUT, NOTRUN]
     70 
     71  [close with code and reason]
     72    expected:
     73      if not fission and not debug: [PASS, FAIL, TIMEOUT, NOTRUN]
     74      [PASS, TIMEOUT, NOTRUN]
     75 
     76  [close with code and long reason]
     77    expected:
     78      if (os == "mac") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
     79      [PASS, TIMEOUT, NOTRUN]
     80 
     81  [server initiated closure with code and reason]
     82    expected: [PASS, TIMEOUT, NOTRUN]
     83 
     84  [server initiated connection closure]
     85    expected: [PASS, TIMEOUT, NOTRUN]
     86 
     87  [server initiated closure without code and reason]
     88    expected: [PASS, TIMEOUT, NOTRUN]
     89 
     90 
     91 [close.https.any.html]
     92  expected:
     93    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
     94    if (os == "mac") and not debug: [OK, ERROR, TIMEOUT, CRASH]
     95    [OK, TIMEOUT]
     96  [close]
     97    expected:
     98      if (os == "linux") and not debug and not asan: [PASS, FAIL, TIMEOUT]
     99      if (os == "mac") and debug: [PASS, FAIL, TIMEOUT]
    100      [PASS, TIMEOUT]
    101 
    102  [close without waiting for ready]
    103    expected: [PASS, TIMEOUT, NOTRUN]
    104 
    105  [close with code and reason]
    106    expected:
    107      if fission and (os == "mac") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
    108      if not fission: [PASS, FAIL, TIMEOUT, NOTRUN]
    109      [PASS, TIMEOUT, NOTRUN]
    110 
    111  [close with code and long reason]
    112    expected: [PASS, TIMEOUT, NOTRUN]
    113 
    114  [server initiated closure with code and reason]
    115    expected: [PASS, TIMEOUT, NOTRUN]
    116 
    117  [server initiated connection closure]
    118    expected: [PASS, TIMEOUT, NOTRUN]
    119 
    120  [server initiated closure without code and reason]
    121    expected: [PASS, TIMEOUT, NOTRUN]