tor-browser

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

scrollend-event-fired-after-snap.html.ini (1427B)


      1 [scrollend-event-fired-after-snap.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan and tsan: [OK, TIMEOUT]
      4    if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, OK]
      5    if (os == "linux") and not debug and asan: [OK, TIMEOUT]
      6    if (os == "mac") and debug: [TIMEOUT, OK]
      7    if (os == "mac") and not debug: TIMEOUT
      8    if os == "win": TIMEOUT
      9  [Tests that scrollend is fired after scroll snap animation completion.]
     10    expected:
     11      if (os == "win") and ccov: FAIL
     12      if (os == "linux") and not debug and not asan and tsan: [FAIL, TIMEOUT]
     13      if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, FAIL]
     14      if (os == "linux") and not debug and asan: [FAIL, TIMEOUT]
     15      if (os == "mac") and debug: [TIMEOUT, FAIL]
     16      if (os == "mac") and not debug: [TIMEOUT, FAIL]
     17      if os == "win": TIMEOUT
     18      FAIL
     19 
     20  [Tests that scrollend is fired after fling snap animation completion.]
     21    expected:
     22      if (os == "linux") and ccov: TIMEOUT
     23      if (os == "win") and ccov: TIMEOUT
     24      if (os == "linux") and not debug and not asan and tsan: [FAIL, NOTRUN]
     25      if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, FAIL]
     26      if (os == "linux") and not debug and asan: [FAIL, NOTRUN]
     27      if (os == "mac") and debug: [NOTRUN, FAIL, TIMEOUT]
     28      if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
     29      if os == "win": NOTRUN
     30      FAIL