- Jul 01, 2016
-
-
Leo Balter authored
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.
-
- Aug 06, 2015
-
-
André Bargull authored
-
- Jul 17, 2015
-
-
André Bargull authored
- Remove duplicate word - Add missing license
-
- Feb 12, 2015
-
-
Rick Waldron authored
-
- Dec 07, 2014
-
-
Brian Terlson authored
-
- Nov 12, 2014
-
-
smikes authored
remove spec attribute remove assertion, section, name
-
- Jul 31, 2014
-
-
Sam Mikes authored
use number.isNaN to test for NaN pointed out by @anba in #60
-
- Jul 30, 2014
-
-
Brian Terlson authored
This commit normalizes the test case format used across test262. It applies the following transformations: * Convert to YAML for frontmatter * Remove of trailing whitespace * Replace /r/n with /n except in chapters 6 and 7. * Copyright header always uses // comments * new includes attribute replaces $INCLUDE * No implicit assumptions about test environment other than $ERROR. Everything else appears in the include array. This includes "runTestCase" which is now included in a substantial number of tests.
-
- Jul 17, 2014
-
-
ryanmurakami authored
-