test262/test/built-ins/Math/hypot
Leo Balter e49d2661a8 Improve assertions comparing values to NaN (#690)
The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison.
2016-07-01 11:22:55 -07:00
..
Math.hypot_Infinity.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.hypot_InfinityNaN.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.hypot_NaN.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
Math.hypot_NegInfinity.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.hypot_NoArgs.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.hypot_Success_2.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.hypot_Zero_2.js Update tests for Math.hypot 2016-06-27 16:04:16 -04:00
Math.hypot_lengthProp.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
hypot-descriptor.js Use the more common array syntax for includes 2015-06-10 14:56:16 +02:00
name.js Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00