test262/test/built-ins/parseFloat
André Bargull 94f6003d11 Optimize decodeURI/encodeURI tests (#987)
* Move decimalToHexString into harness instead of duplicating it in multiple files

* Optimize decimalToHexString and support numbers greater than 65535

* Replace alternative decimalToHexString function with include for decimalToHexString.js

* Add decimalToHex2String to return the string representation of a two-digit hex-number

* Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number

* Replace two String.fromCharCode calls with a single call

* Further reduce string concatentations in decodeURI[Component] tests

* Remove unnecessary Test262Error error handling in catch-clauses

* Remove try/catch wrappings in decodeURI/encodeURI tests
2017-04-18 16:31:31 -04:00
..
15.1.2.3-2-1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A1_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A1_T3.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A1_T4.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A1_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A1_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A1_T7.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T2.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T3.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T4.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T5.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T6.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T7.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T8.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T9.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A2_T10.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S15.1.2.3_A2_T10_U180E.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S15.1.2.3_A3_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A3_T2.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A3_T3.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.1.2.3_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A4_T7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A5_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A6.js Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
S15.1.2.3_A7.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A7.2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.1.2.3_A7.3.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.1.2.3_A7.4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A7.5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A7.6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1.2.3_A7.7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
name.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00