tor-browser

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

area-processing.html.ini (555B)


      1 [area-processing.html]
      2  expected:
      3    if asan and fission: [OK, TIMEOUT]
      4  [negative: "-10,-10,10,10" (rect)]
      5    expected: FAIL
      6 
      7  [first > third: "10,2,2,10" (rect)]
      8    expected: FAIL
      9 
     10  [second > fourth: "2,10,10,2" (rect)]
     11    expected: FAIL
     12 
     13  [first > third, second > fourth: "10,10,2,2" (rect)]
     14    expected: FAIL
     15 
     16  [negative: "-10,-10,-10,-10" (default)]
     17    expected: FAIL
     18 
     19  [one too many numbers: "100,100,120,100,100,120,300" (poly)]
     20    expected: FAIL
     21 
     22  [even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly)]
     23    expected: FAIL