tor-browser

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

audiocontext-suspend-resume-close.html.ini (998B)


      1 [audiocontext-suspend-resume-close.html]
      2  expected:
      3    if (os == "mac") and debug: [OK, TIMEOUT]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5    if (os == "linux") and (processor == "x86"): [OK, ERROR]
      6    if (os == "android") and not debug: [OK, ERROR]
      7  [testMultiContextOutput]
      8    expected:
      9      if (os == "mac") and debug: [PASS, NOTRUN]
     10      if (os == "mac") and not debug: [PASS, NOTRUN]
     11 
     12  [testSuspendResumeEventLoop]
     13    expected:
     14      if (os == "mac") and debug: [PASS, TIMEOUT]
     15      if (os == "mac") and not debug: [PASS, TIMEOUT]
     16 
     17  [testMultiContextInput]
     18    expected:
     19      if (os == "mac") and debug: [PASS, NOTRUN]
     20      if (os == "mac") and not debug: [PASS, NOTRUN]
     21 
     22  [testResumeInStateChangeForResumeCallback]
     23    expected:
     24      if (os == "mac") and debug: [PASS, NOTRUN]
     25      if (os == "mac") and not debug: [PASS, NOTRUN]
     26 
     27  [testAudioContext]
     28    expected:
     29      if (os == "mac") and debug: [PASS, NOTRUN]
     30      if (os == "mac") and not debug: [PASS, NOTRUN]