summaryrefslogtreecommitdiff
path: root/test/intl402
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-03-13 13:47:30 -0400
committerTom Care <tcare@microsoft.com>2017-03-13 10:47:30 -0700
commit6c20a250f23e4ac8d401a740b1da060ab45b6005 (patch)
tree2df518d39f2087a977c92bf74e5b98c3c2efe08a /test/intl402
parent763649d268d76e8bdece885414e8be6b6072a7f6 (diff)
downloadqtdeclarative-testsuites-6c20a250f23e4ac8d401a740b1da060ab45b6005.tar.gz
Add references to fixed tests for NumberFormat operations (#874)
Ref #856 Ref #857 Ref tc39/ecma402#128
Diffstat (limited to 'test/intl402')
-rw-r--r--test/intl402/NumberFormat/prototype/format/11.3.2_TRF.js1
-rw-r--r--test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/intl402/NumberFormat/prototype/format/11.3.2_TRF.js b/test/intl402/NumberFormat/prototype/format/11.3.2_TRF.js
index 340badc1d..7aeeb43f1 100644
--- a/test/intl402/NumberFormat/prototype/format/11.3.2_TRF.js
+++ b/test/intl402/NumberFormat/prototype/format/11.3.2_TRF.js
@@ -48,6 +48,7 @@ var testData = {
"-0.0000000012344501": "-000.0",
"123445.01": "123445.01",
"-123445.01": "-123445.01",
+ // Ref tc39/ecma402#128
"12344501000000000000000000000000000": "12344501000000000487815444678311936.0",
"-12344501000000000000000000000000000": "-12344501000000000487815444678311936.0"
};
diff --git a/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js b/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js
index 53e3a8d73..b62702c94 100644
--- a/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js
+++ b/test/intl402/NumberFormat/prototype/format/11.3.2_TRP.js
@@ -32,6 +32,7 @@ var testData = {
"-123.45": "-123.45",
"123.44499": "123.44",
"-123.44499": "-123.44",
+ // Ref tc39/ecma402#128
"123.44500": "123.44",
"-123.44500": "-123.44",
"123.44501": "123.45",