tor-browser

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

set.py.ini (2366B)


      1 [set.py]
      2  disabled:
      3    if os == "android": Not supported
      4  [test_negative_x_y]
      5    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1563248
      6    expected:
      7      if os == "mac": [PASS, FAIL]
      8 
      9  [test_restore_from_maximized]
     10    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1944687 Mutter on X11 might refuse to maximize the window
     11    expected:
     12      if tsan: [PASS, FAIL]
     13 
     14  [test_set_to_screen_size]
     15    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1944687 Mutter on Wayland might refuse to take all the available space
     16    expected:
     17      if (display == "x11") and tsan: [PASS, FAIL]
     18      if display == "wayland": [PASS, FAIL]
     19 
     20  [test_partial_input[rect0\]]
     21    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     22    expected: FAIL
     23 
     24  [test_partial_input[rect1\]]
     25    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     26    expected: FAIL
     27 
     28  [test_partial_input[rect2\]]
     29    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     30    expected:
     31      if display == "wayland": PASS
     32      FAIL
     33 
     34  [test_partial_input[rect3\]]
     35    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     36    expected:
     37      if display == "wayland": PASS
     38      FAIL
     39 
     40  [test_partial_input[rect4\]]
     41    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     42    expected: FAIL
     43 
     44  [test_partial_input[rect5\]]
     45    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     46    expected: FAIL
     47 
     48  [test_partial_input[rect6\]]
     49    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     50    expected: FAIL
     51 
     52  [test_partial_input[rect7\]]
     53    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1941404
     54    expected: FAIL
     55 
     56  [test_set_larger_than_screen_size]
     57    expected:
     58      if not tsan and (display == "wayland") and not debug: [PASS, FAIL]
     59      if tsan: [PASS, FAIL]
     60 
     61  [test_restore_from_fullscreen]
     62    expected:
     63      if tsan: [PASS, FAIL]
     64 
     65  [test_width_height_floats]
     66    expected:
     67      if tsan: [PASS, FAIL]
     68 
     69  [test_set_smaller_than_minimum_browser_size]
     70    expected:
     71      if tsan: [PASS, FAIL]
     72 
     73  [test_set_to_available_size]
     74    expected:
     75      if not tsan and (display == "wayland") and debug: [PASS, FAIL]
     76      if tsan: [PASS, FAIL]
     77 
     78  [test_width_as_current]
     79    expected:
     80      if tsan: [PASS, FAIL]
     81 
     82  [test_x_y_floats]
     83    expected:
     84      if tsan: [PASS, FAIL]
     85 
     86  [test_height_as_current]
     87    expected:
     88      if tsan: [PASS, FAIL]