- Sep 10, 2012
-
-
Norbert Lindenberg authored
- Updated DateTimeFormat tests for new handling of hour12 options property. - Added a few invalid language tags to test of IsStructurallyValidLanguageTag. - Added user-defined language tag to test of CanonicalizeLanguageTag. - Added test for the Intl property of the global object.
-
Norbert Lindenberg authored
-
- Aug 27, 2012
-
-
Norbert Lindenberg authored
-
Norbert Lindenberg authored
- Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
-
Norbert Lindenberg authored
Added tests for requirements imposed on the built-in objects of the ECMAScript Internationalization API Specification by the introduction of chapter 15 of the ECMAScript Language Specification. - Removed some old tests that were redundant with the new tests. - Added testBuiltInObject.js as standard include for all console tests in test262.py – see related bug 574.
-
- Aug 23, 2012
-
-
Norbert Lindenberg authored
-
Norbert Lindenberg authored
-
Norbert Lindenberg authored
-
Norbert Lindenberg authored
- Removed LocaleList tests; updated other tests so they don't depend on LocaleList. - Updated tests so they no longer assume that the prototype object of a constructor is an instance of that constructor. - Updated tests so that jshint is happy. - Removed @path attributes from test files; updated comment in packager.py explaining why they're unnecessary. - Removed "use strict" statements, which interfere with strict/non-strict testing. - Removed testcase functions, which are unnecessary.
-
- Aug 09, 2012
-
- Aug 08, 2012
-
-
Bill Ticehurst authored
-
- Jul 18, 2012
-
-
Norbert Lindenberg authored
- Added table of contents for ECMA-402. - Added ability to load the right table of contents into results display. - Added meaningful text to test402 web page. - Updated test262 web pages for 5.1 edition of ECMA-262. - Unified headers of test262/402 web pages to ECMAScript <area> <test>. - Replaced text logos with styled text. - Decapitalized some text; fixed a typo; expanded an abbreviation. - Fixed a few issues found by W3 HTML validator.
-
Norbert Lindenberg authored
Running packager.py on Mac unfortunately also changes some line terminators in generated files (bug 444), so lots of additional files in this commit.
-
- Jun 12, 2012
-
-
t-adamre authored
-
- May 18, 2012
-
-
Bill Ticehurst authored
-
- May 17, 2012
-
-
Bill Ticehurst authored
Adding more coverage for 10.4.3 based on feedback in bug https://bugs.ecmascript.org/show_bug.cgi?id=333
-
Bill Ticehurst authored
Adding more tests to cover undefined being non-writable (see https://bugs.ecmascript.org/show_bug.cgi?id=223 )
-
- May 12, 2012
-
-
Bill Ticehurst authored
Removing RegEx test-case related to https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
-
- Apr 16, 2012
-
-
Nebojsa Ciric authored
-
- Mar 28, 2012
-
- Mar 27, 2012
-
-
David Fugate authored
-
- Mar 26, 2012
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=293David Fugate authored
salvaged (e.g., need locale info to properly predict whether we're subject to DST).
-
- Mar 09, 2012
-
-
https://bugs.ecmascript.org/show_bug.cgi?id=294David Fugate authored
need to move some tests over to best practices.
-
- Mar 06, 2012
-
- Feb 29, 2012
-
-
David Fugate authored
All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
-
David Fugate authored
-
- Feb 28, 2012
-
- Feb 27, 2012
-
-
David Fugate authored
-
- Feb 24, 2012
-
-
David Fugate authored
Fixed. Re-gen'ed the website.
-
- Feb 22, 2012
-
- Feb 08, 2012
-
-
David Fugate authored
-
- Feb 03, 2012
-
-
David Fugate authored
-
- Jan 25, 2012
-
-
David Fugate authored
-
David Fugate authored
-
- Jan 20, 2012
-
-
David Fugate authored
Added support to create testcases_bestPractice.html without also adding them to default.html. Preliminary support for tests under test/suite/internationalization has been added.
-
- Jan 18, 2012
-
-
David Fugate authored
architectures), but worth keeping around for the coverage it provides. Documented that this is expected to fail on ARM.
-
- Jan 16, 2012
-
-
David Fugate authored
-
David Fugate authored
S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way to specify unicode flags to literal regexp patterns is through eval and similar mechanisms (e.g., Function constructor). Fixed. All but two of the remaining disabled tests in excludelist.xml were disabled because the tests polluted the global JS environment, not because the tests themselves were invalid. This is no longer an issue as of the latest test262 harness (actually it wasn't an issue about a year ago either). Re-enabled.
-