mirror of https://github.com/tc39/test262.git
650e7add4a
Prior to this commit, the modified tests used the strict equality operator to compare computed values with negative zero. Due to the semantics of that operator, these tests would spuriously pass if the value under test was in fact positive zero. Update the tests to be more precise by instead asserting equality with the `assert.sameValue` utility method (since that method correctly distinguishes between negative zero and positive zero). |
||
---|---|---|
.. | ||
S12.13_A1.js | ||
S12.13_A2_T1.js | ||
S12.13_A2_T2.js | ||
S12.13_A2_T3.js | ||
S12.13_A2_T4.js | ||
S12.13_A2_T5.js | ||
S12.13_A2_T6.js | ||
S12.13_A2_T7.js | ||
S12.13_A3_T1.js | ||
S12.13_A3_T2.js | ||
S12.13_A3_T3.js | ||
S12.13_A3_T4.js | ||
S12.13_A3_T5.js | ||
S12.13_A3_T6.js |