aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Regenerated from last bug fixed to pre-converted sources.Mark Miller2011-09-259-64/+41
|
* Moved test/suite/converted to its new home, as our new canonicalMark Miller2011-09-2511130-0/+0
| | | | source starting NOW, to test/suite.
* Moving sputnik/Conformance to new home atMark Miller2011-09-255276-216724/+0
| | | | | external/contributions/Google/sputnik_conformance_modified. This move is not consistent by itself. Also need upcoming commit to convert.js.
* Merge.David Fugate2011-09-25304-17854/+0
|\
| * Fixes https://bugs.ecmascript.org/show_bug.cgi?id=127Mark Miller2011-09-255-58/+0
| |
| * MergedMark Miller2011-09-25299-17796/+0
| |\
| | * Removing elements of test/suite/sputnik that are not used to testMark Miller2011-09-25299-17796/+0
| | | | | | | | | | | | | | | | | | | | | conformance. The top-level *.js files have already been duplicated in test/harness. The directories are for testing non-standard behaviors, and these remain under external/contributions/Google/sputniktests/tests/
* | | Removed ietestcenter from test/suite/*.David Fugate2011-09-255846-288151/+0
|/ /
* | Merge.David Fugate2011-09-255296-300505/+0
|\ \ | |/ |/|
| * Removed sputnik_converted. We now take what's under ↵David Fugate2011-09-255296-300505/+0
| | | | | | | | external/contributions/Google/* directly.
* | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=13Mark Miller2011-09-253-46/+0
| |
* | MergedMark Miller2011-09-252-1/+2
|\|
| * Merge.David Fugate2011-09-2516-147/+23
| |\
| * \ Merge.David Fugate2011-09-252-1/+2
| |\ \
| | * | Made exception type checking looser: window.onerror isn't spec'ed to give ↵David Fugate2011-09-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | us the exact error type, but we should get the '.message' property.
| | * | Removed .DS_Store file.David Fugate2011-09-251-0/+0
| | | |
* | | | https://bugs.ecmascript.org/show_bug.cgi?id=22Mark Miller2011-09-252-19/+0
| |_|/ |/| |
* | | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=133Mark Miller2011-09-252-49/+0
| | |
* | | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=12Mark Miller2011-09-258-1/+7
| | | | | | | | | | | | Hg: Enter commit message. Lines beginning with 'HG:' are removed.
* | | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=15Mark Miller2011-09-253-20/+16
| | |
* | | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=58Mark Miller2011-09-255-57/+0
| | |
* | | Fixes https://bugs.ecmascript.org/show_bug.cgi?id=128Mark Miller2011-09-252-20/+0
|/ /
* | Fixing https://bugs.ecmascript.org/show_bug.cgi?id=59Mark Miller2011-09-253-15/+6
| |
* | Tests for spec violation generically by enumerating properties.Mark Miller2011-09-251-7/+17
|/
* RegeneratedMark Miller2011-09-2526-73/+193
|
* Fixes https://bugs.ecmascript.org/show_bug.cgi?id=25Mark Miller2011-09-242-28/+0
| | | | Hg: Enter commit message. Lines beginning with 'HG:' are removed.
* Fixes https://bugs.ecmascript.org/show_bug.cgi?id=24Mark Miller2011-09-242-8/+6
|
* Fixes https://bugs.ecmascript.org/show_bug.cgi?id=120Mark Miller2011-09-243-35/+0
|
* RegeneratedMark Miller2011-09-24248-1364/+205
|
* Strict property metadata fixes.David Fugate2011-09-24185-185/+185
|
* MergedMark Miller2011-09-2410-330/+0
|\
| * Fixes https://bugs.ecmascript.org/show_bug.cgi?id=117 Also removedMark Miller2011-09-2410-330/+0
| | | | | | | | | | from excludes.xml tests that were fixed and removed either by this commit or by earlier commits today
* | Merge.David Fugate2011-09-2411-245/+1
|\|
| * Fixed https://bugs.ecmascript.org/show_bug.cgi?id=29Mark Miller2011-09-242-72/+0
| |
| * Fixes https://bugs.ecmascript.org/show_bug.cgi?id=28Mark Miller2011-09-242-38/+0
| |
| * Fixes https://bugs.ecmascript.org/show_bug.cgi?id=31Mark Miller2011-09-241-18/+0
| |
| * MergedMark Miller2011-09-246-117/+1
| |\
| | * Fixes bug https://bugs.ecmascript.org/show_bug.cgi?id=27 Also changedMark Miller2011-09-246-117/+1
| | | | | | | | | | | | | | | an inappropriate @strict_mode_negative to @noStrict. There are more (many more?) of these to fix
* | | Fixed some strict metadata.David Fugate2011-09-2427-26/+34
|/ /
* | Merge.David Fugate2011-09-244-85/+52
|\ \ | |/ |/|
| * All tests are globally scoped tests - Part I.David Fugate2011-09-244-85/+52
| |
* | MergedMark Miller2011-09-244-43/+43
|\|
| * Merge.David Fugate2011-09-244-43/+43
| |\
| | * Removed all traces of test pre-req requirements.David Fugate2011-09-244-43/+43
| | | | | | | | | | | | Generate the 'id' property from the 'path' property.
* | | Closing out https://bugs.ecmascript.org/show_bug.cgi?id=18 Some ofMark Miller2011-09-2425-416/+165
|/ / | | | | | | | | | | these tests were valid tests of best practices, but not of the normative spec. We moved these to a new bestPractices directory and added a new not-yet-operational @bestPractices property.
* | RegeneratedMark Miller2011-09-24631-631/+631
| |
* | Changed strictOnly to onlyStrictMark Miller2011-09-2411-11/+11
| |
* | corresponding generatedMark Miller2011-09-2423-33/+372
|/
* Added all tests added to repairES5.js since the last time I contributed ↵Mark Miller2011-09-2323-38/+331
| | | | SES-relevant tests to test262.
* Regenerated w fixed paths and ietc optimizations turned offMark Miller2011-09-2391-94/+103
|