test262/test/built-ins/Math/fround
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.fround_Infinity.js Replace runTestCase with assert helpers [test/built-ins/Math] 2015-08-06 18:26:26 +02:00
Math.fround_NaN.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
Math.fround_Zero.js Expand tests for Math.fround 2016-06-27 16:04:16 -04:00
length.js Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
name.js Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
value-convertion.js Expand tests for Math.fround 2016-06-27 16:04:16 -04:00