- Apr 08, 2011
-
-
David Fugate authored
-
David Fugate authored
Regenerated the JSON files based on ietestcenter changes.
-
David Fugate authored
-
David Fugate authored
-
- Apr 07, 2011
-
-
David Fugate authored
Renamed move_test.py to FixTestCasePlacement.py. Still a work in progress.
-
- Mar 30, 2011
-
-
David Fugate authored
their test case objects. Created an automated tool, FixPathsAndIds.py, to fix these. TestCasePackager.py no longer throws when it encounters a non-*.js file where it expects test cases. Instead, it simply ignores it.
-
- Mar 24, 2011
-
-
David Fugate authored
cases.
-
- Mar 23, 2011
-
-
David Fugate authored
including https://bugs.ecmascript.org/show_bug.cgi?id=59.
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
module is now utilized.
-
David Fugate authored
rationale behind the addition of this file is it's meant to replace TestCasePackager.ps1 outright and will be runnable on all major operating systems. There's still a bit of cleanup work needed as the Python port was hardly optimized for the language. A few side effects of this change: - it now takes under ten seconds to generate the test262 website (PS version was taking over a minute) - generated *.json files are ~5% smaller in size (PS was forcing '\r\n' and the Python version preserves the tests' newlines whether they're '\r\n' or '\n')
-
- Mar 14, 2011
-
-
David Fugate authored
-
- Mar 12, 2011
-
-
David Fugate authored
ES5 chapter. That is, ecma-262-toc.xml now has '.0' sections for all chapters and I've manually modified (Sputnik Ch. 13 & 14) test case id's and paths to utilize the '.0' suffix. Long term, SputnikConverter needs to perform this transformation itself though.
-
- Mar 11, 2011
-
-
David Fugate authored
-
David Fugate authored
-
- Mar 10, 2011
-
-
David Fugate authored
-
- Mar 09, 2011
-
-
David Fugate authored
-
David Fugate authored
-
David Fugate authored
IE9 RTM contributions shortly.
-
David Fugate authored
-
- Mar 08, 2011
-
- Mar 04, 2011
-
-
David Fugate authored
-
- Mar 02, 2011
-
-
David Fugate authored
to the following criteria: 1. If a test case directory directly contains *.js files at the root level, package the entire directory as an XML regardless of how many *.js files are in subdirectories 2. If the directory and subdirectories contain less than 1,000 test cases, package the entire directory as an XML. Otherwise... 3. Perform steps 1 and 2 on each subdirectory of the directory The net effect of this change is that no test case XMLs are larger than 1.5 megs any longer, although the total number of test XMLs has jumped from about a dozen to ~75. This should make running the test harness seem a little smoother across all browsers since we won't be blocked downloading 4 meg files for several seconds any longer.
-
- Mar 01, 2011
-
-
David Fugate authored
-
- Feb 28, 2011
-
- Feb 25, 2011
-
-
David Fugate authored
-
https://bugs.ecmascript.org/show_bug.cgi?id=10David Fugate authored
removed. No need to disable them any longer.
-
David Fugate authored
-
David Fugate authored
from external/contributions/Microsoft/ietestcenter_ie9_rc1_refresh1.
-
David Fugate authored
- 26 test case modifications. Most of these involved replacing instances 'window' with the global object - removal of 47 test cases. The bulk of these were dependent upon 'window' methods or properties such as 'document' and 'alert' - addition of 1,234 new test cases. These cover the following ES5.1 sections: chapter07\7.6\7.6.1 chapter07\7.8\7.8.5 chapter11\11.8\11.8.2 chapter11\11.8\11.8.3 chapter12\12.6\12.6.3 chapter12\12.6\12.6.4 chapter12\12.7 chapter12\12.8 chapter12\12.9 chapter13\13.2 chapter15\15.10\15.10.2 chapter15\15.10\15.10.4 chapter15\15.10\15.10.6\15.10.6.2 chapter15\15.11\15.11.4\15.11.4.4 chapter15\15.1\15.1.1\15.1.1.1 chapter15\15.1\15.1.1\15.1.1.2 chapter15\15.1\15.1.1\15.1.1.3 chapter15\15.1\15.1.2\15.1.2.2 chapter15\15.1\15.1.2\15.1.2.3 chapter15\15.2\15.2.4\15.2.4.2 chapter15\15.3\15.3.4\15.3.4.5.1 chapter15\15.3\15.3.4\15.3.4.5.2 chapter15\15.4\15.4.4\15.4.4.10 chapter15\15.4\15.4.4\15.4.4.12 chapter15\15.4\15.4.4\15.4.4.4 chapter15\15.9\15.9.1\15.9.1.15
-
David Fugate authored
-
- Feb 21, 2011
-
-
David Fugate authored
format.
-
- Feb 14, 2011
-
-
David Fugate authored
that are expected to exist, but may very well now.
-
- Feb 11, 2011
-
-
David Fugate authored
were actually unique across the test cases. This *was* needed prior to November as we weren't running each test case in it's own private global environment. The situation now is that we're running each test within it's own iframe => the modifications are no longer needed. Few small improvements to SputnikConverter: - App.config file locations have been fixed - template files get pushed alongside generated tool binaries - the root path for Sputnik conformance files is "Conformance", not "tests" - allow the main exe to throw exceptions so they can be properly debugged with VS
-
David Fugate authored
-
- Feb 10, 2011
-
-
David Fugate authored
some datetime constants before execution. As we do not yet have support for this, I've disabled them. See https://bugs.ecmascript.org/show_bug.cgi?id=11 for more details.
-
David Fugate authored
-