tor-browser

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

round-a-value.https.window.js.ini (972B)


      1 [round-a-value.https.window.html]
      2  [Check adCost is stochastically rounded with 8 bit mantissa and exponent.]
      3    expected: FAIL
      4 
      5  [Check bid is stochastically rounded with 8 bit mantissa and exponent.]
      6    expected: FAIL
      7 
      8  [Check desirability is stochastically rounded with 8 bit mantissa and exponent.]
      9    expected: FAIL
     10 
     11  [Check highestScoringOtherBid is stochastically rounded with 8 bit mantissa and exponent.]
     12    expected: FAIL
     13 
     14  [Value is ignored as a non-valid floating-point number.]
     15    expected: FAIL
     16 
     17  [Value is rounded to 0 if value is greater than 0 and its exponent is less than -128.]
     18    expected: FAIL
     19 
     20  [Value is rounded to -0 if value is greater than 0 and its exponent is less than -128.]
     21    expected: FAIL
     22 
     23  [Value is rounded to Infinity if value is greater than 0 and its exponent is greater than 127.]
     24    expected: FAIL
     25 
     26  [Value is rounded to -Infinity if value is less than 0 and its exponent is greater than 127.]
     27    expected: FAIL