Skip to content

Commit

Permalink
updating tests262
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Jul 8, 2015
1 parent 41e1bb2 commit d49dc90
Show file tree
Hide file tree
Showing 68 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.1.1_1
description: Tests that an object can't be re-initialized as a NumberFormat.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testWithIntlConstructors(function (Constructor) {
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_15.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.1.1_15
description: Tests that the option style is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.NumberFormat, "style", "string", ["decimal", "percent", "currency"], "decimal",
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_21.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.1.1_21
description: Tests that the option currencyDisplay is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.NumberFormat, "currencyDisplay", "string", ["code", "symbol", "name"],
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_34.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.1.1_34
description: Tests that the option useGrouping is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.NumberFormat, "useGrouping", "boolean", undefined, true);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the behavior of a Record is not affected by
adversarial changes to Object.prototype.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintProperties(["localeMatcher"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_7.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.1.1_7
description: Tests that the option localeMatcher is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.NumberFormat, "localeMatcher", "string", ["lookup", "best fit"], "best fit", {noReturn: true});
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.1_a.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that constructing a NumberFormat doesn't create or modify
unwanted properties on the RegExp constructor.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testForUnwantedRegExpChanges(function () {
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@
es5id: 11.1.2
description: Tests that IntlPolyfill.NumberFormat can be subclassed.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

// get a number format and have it format an array of numbers for comparison with the subclass
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.1_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
objects defined by the introduction of chapter 15 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.NumberFormat, true, true, ["supportedLocalesOf"], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.2.2_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.NumberFormat.supportedLocalesOf, true, false, [], 1);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.2.3_b.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that IntlPolyfill.NumberFormat does not accept Unicode locale
extension keys and values that are not allowed.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = ["ja-JP", "zh-Hans-CN", "zh-Hant-TW"];
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.2_1_a_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
built-in objects defined by the introduction of chapter 15 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(new IntlPolyfill.NumberFormat().format, true, false, [], 1);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.2_1_c.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 11.3.2_1_c
description: Tests that format function is bound to its IntlPolyfill.NumberFormat.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var numbers = [0, -0, 1, -1, 5.5, 123, -123, -123.45, 123.44501, 0.001234,
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.2_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
introduction of chapter 15 of the ECMAScript Language
Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(Object.getOwnPropertyDescriptor(IntlPolyfill.NumberFormat.prototype, "format").get , true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.2_TRF.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
Tests that the digits are determined correctly when specifying
pre/post decimal digits.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.2_TRP.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
Tests that the digits are determined correctly when specifying
significant digits.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
IntlPolyfill.NumberFormat.prototype.resolvedOptions has the right
properties.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var actual = new IntlPolyfill.NumberFormat().resolvedOptions();
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3.3_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.NumberFormat.prototype.resolvedOptions, true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/11.3_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
built-in objects defined by the introduction of chapter 15 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.NumberFormat.prototype, false, false, ["constructor", "format", "resolvedOptions"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 12.1.1_1
description: Tests that an object can't be re-initialized as a DateTimeFormat.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testWithIntlConstructors(function (Constructor) {
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_18.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 12.1.1_18
description: Tests that the option hour12 is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.DateTimeFormat, "hour12", "boolean", undefined, undefined,
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_22.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the behavior of a Record is not affected by
adversarial changes to Object.prototype.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintProperties(["weekday", "era", "year", "month", "day", "hour", "minute", "second", "timeZone"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_23.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the options for the date and time components are
processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

getDateTimeComponents().forEach(function (component) {
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_25.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 12.1.1_25
description: Tests that the option formatMatcher is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.DateTimeFormat, "formatMatcher", "string", ["basic", "best fit"], "best fit", {noReturn: true});
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the behavior of a Record is not affected by
adversarial changes to Object.prototype.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintProperties(["localeMatcher"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 12.1.1_6
description: Tests that the option localeMatcher is processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testOption(IntlPolyfill.DateTimeFormat, "localeMatcher", "string", ["lookup", "best fit"], "best fit", {noReturn: true});
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_TDTO.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the set of options for the date and time components is
processed correctly.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = [[], ["zh-Hans-CN"], ["hi-IN"], ["en-US"], ["id-ID"]];
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.1_a.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that constructing a DateTimeFormat doesn't create or modify
unwanted properties on the RegExp constructor.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

testForUnwantedRegExpChanges(function () {
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
es5id: 12.1.2
description: Tests that IntlPolyfill.DateTimeFormat can be subclassed.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

// get a date-time format and have it format an array of dates for comparison with the subclass
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.1_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
built-in objects defined by the introduction of chapter 15 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.DateTimeFormat, true, true, ["supportedLocalesOf"], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.2.2_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.DateTimeFormat.supportedLocalesOf, true, false, [], 1);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.2.3_b.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that IntlPolyfill.DateTimeFormat does not accept Unicode locale
extension keys and values that are not allowed.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = ["ja-JP", "zh-Hans-CN", "zh-Hant-TW"];
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.2.3_c.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that IntlPolyfill.DateTimeFormat provides the required date-time
format component subsets.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var locales = ["de-DE", "en-US", "hi-IN", "id-ID", "ja-JP", "th-TH", "zh-Hans-CN", "zh-Hant-TW", "zxx"];
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.2_1_a_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
built-in objects defined by the introduction of chapter 15 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(new IntlPolyfill.DateTimeFormat().format, true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.2_1_c.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
es5id: 12.3.2_1_c
description: Tests that format function is bound to its IntlPolyfill.DateTimeFormat.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var dates = [new Date(), new Date(0), new Date(Date.parse("1989-11-09T17:57:00Z") || Date.parse("1989/11/09 17:57:00 UTC"))];
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.2_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
introduction of chapter 15 of the ECMAScript Language
Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(Object.getOwnPropertyDescriptor(IntlPolyfill.DateTimeFormat.prototype, "format").get , true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.2_TLT_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that the behavior of a Record is not affected by
adversarial changes to Object.prototype.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintProperties(["weekday", "era", "year", "month", "day", "hour", "minute", "second", "inDST"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
IntlPolyfill.DateTimeFormat.prototype.resolvedOptions has the right
properties.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var actual = new IntlPolyfill.DateTimeFormat().resolvedOptions();
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3.3_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
the requirements for built-in objects defined by the introduction
of chapter 15 of the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.DateTimeFormat.prototype.resolvedOptions, true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/12.3_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
for built-in objects defined by the introduction of chapter 15 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(IntlPolyfill.DateTimeFormat.prototype, false, false, ["constructor", "format", "resolvedOptions"]);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/13.2.1_4_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that Number.prototype.toLocaleString uses the standard
built-in IntlPolyfill.NumberFormat constructor.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintDataProperty(IntlPolyfill, "NumberFormat");
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/13.2.1_5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
Tests that Number.prototype.toLocaleString produces the same
results as IntlPolyfill.NumberFormat.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

var numbers = [0, -0, 1, -1, 5.5, 123, -123, -123.45, 123.44501, 0.001234,
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/13.2.1_L15.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
for built-in objects defined by the introduction of chapter 15 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
---*/

testBuiltInObject(Number.prototype.toLocaleString, true, false, [], 0);
Expand Down
2 changes: 1 addition & 1 deletion tests/test262/pages/13.3.0_6_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
Tests that Date.prototype.toLocaleString & Co. use the standard
built-in IntlPolyfill.DateTimeFormat constructor.
author: Norbert Lindenberg
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
---*/

taintDataProperty(IntlPolyfill, "DateTimeFormat");
Expand Down
Loading

0 comments on commit d49dc90

Please sign in to comment.