David Fugate
e0d156d38c
Implemented the following work items:
...
- https://bugs.ecmascript.org/show_bug.cgi?id=44
- https://bugs.ecmascript.org/show_bug.cgi?id=45
2012-02-22 11:53:29 -08:00
David Fugate
394e82c6c2
Fixed more license headers.
2012-02-08 15:33:30 -08:00
David Fugate
e0cf97e344
A conversion tool ripped Microsoft license headers out of globally scoped tests. Fixed
2012-02-07 09:34:36 -08:00
David Fugate
fa9e9d3203
Fixed test case paths.
2012-02-03 15:21:45 -08:00
David Fugate
2f093b7988
No test262 test cases can be found under test/suite/chN/*.js for
...
all 'N'. If such files existed, they've been moved to test/suite/chN/N.0/
now.
2012-02-03 13:36:07 -08:00
David Fugate
279825ea44
Added experimental test402 support (JS internationalization standard).
2012-01-25 14:04:40 -08:00
David Fugate
98a0b9e10e
S8.5_A13_T1 is implementation dependent (cannot pass on current ARM
...
architectures), but worth keeping around for the coverage it provides.
Documented that this is expected to fail on ARM.
2012-01-18 12:16:09 -08:00
David Fugate
e6f9015301
Last two invalid test cases have been fixed.
2012-01-16 14:06:17 -08:00
David Fugate
4d241e4bec
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.
2012-01-16 12:51:55 -08:00
David Fugate
b9160ef102
Mark Miller removed this invalid test in Sputnik (see http://code.google.com/p/sputniktests/source/detail?r=93 ), and
...
I'm propagating that change to test262 now.
2012-01-16 11:27:31 -08:00
David Fugate
a180d5f371
https://bugs.ecmascript.org/show_bug.cgi?id=61 is fixed.
2012-01-16 11:17:05 -08:00
David Fugate
9e00383b5f
Two more issues called out in excludelist.xml are gone.
2012-01-13 15:48:35 -08:00
David Fugate
42737015f4
https://bugs.ecmascript.org/show_bug.cgi?id=75
2012-01-13 15:15:29 -08:00
David Fugate
9dbc4e9821
Test harness changes last Fall enabled execution of this===theGlobalObject Sputnik tests again.
...
Also, two of this weren't actually this-related. Fixed their separate issues.
2012-01-13 14:54:45 -08:00
David Fugate
7e7ebe85f2
https://bugs.ecmascript.org/show_bug.cgi?id=60
2012-01-13 13:31:45 -08:00
David Fugate
e394b50364
Rest of https://bugs.ecmascript.org/show_bug.cgi?id=23 fix.
2012-01-13 11:33:05 -08:00
David Fugate
ab5f9c379f
https://bugs.ecmascript.org/show_bug.cgi?id=23 resolved.
2012-01-13 11:31:20 -08:00
David Fugate
d8add6e8c6
https://bugs.ecmascript.org/show_bug.cgi?id=14 fixed.
2012-01-13 09:51:10 -08:00
David Fugate
fb301f6f8e
https://bugs.ecmascript.org/show_bug.cgi?id=7
2012-01-13 09:42:02 -08:00
David Fugate
30b01f46c8
https://bugs.ecmascript.org/show_bug.cgi?id=80 resolved.
2012-01-13 09:16:55 -08:00
David Fugate
e28b10e5a6
https://bugs.ecmascript.org/show_bug.cgi?id=218 resolved.
2012-01-12 16:39:35 -08:00
David Fugate
1ba74c5d0d
https://bugs.ecmascript.org/show_bug.cgi?id=215 resolved.
2012-01-12 10:15:26 -08:00
David Fugate
9df276c969
https://bugs.ecmascript.org/show_bug.cgi?id=179
...
S11.1.1_A2.js is invalid and there's no way to make it valid. Removing.
2012-01-12 09:49:58 -08:00
David Fugate
b359da88be
No way to make S15.5.4.8_A1_T11.js ( https://bugs.ecmascript.org/show_bug.cgi?id=30 )
...
valid. Removing it as similar coverage already exists.
2012-01-12 09:43:20 -08:00
David Fugate
5254b88b29
https://bugs.ecmascript.org/show_bug.cgi?id=26 is fixed.
2012-01-05 09:17:14 -08:00
David Fugate
252edbac3e
Merge.
2011-11-28 11:09:10 -08:00
Mark Miller
8642ca34b5
Opera crash fixed as of 12alpha build 1155, so this test no longer
...
needs to be excluded.
2011-11-18 09:58:54 -08:00
David Fugate
fd38135510
Merge.
2011-11-11 11:58:16 -08:00
David Fugate
5df3134fac
Fixed https://bugs.ecmascript.org/show_bug.cgi?id=207 .
2011-11-11 11:40:05 -08:00
Mark Miller
5a935ed229
Revise opera crash exclusions to exclude only the test that causes the crash
2011-11-09 12:02:28 -08:00
David Fugate
4e74861ccb
Updated Microsoft's test262 contributions reflecting the IE10 PPB4 update to IE Test Center.
...
77 new (mostly) strict mode tests plus the removal of one invalid test case.
Sputnik and IE Test Center tests now live side-by-side in ch* directories under test/suite.
2011-11-04 12:46:23 -07:00
Mark Miller
b109056711
Merged
2011-10-04 07:27:01 +02:00
Mark Miller
debc8d8b67
Built-in functions should not have non-deletable, non-poisoned
...
"caller" and "arguments" properties.
2011-10-04 06:52:13 +02:00
David Fugate
b66316de69
Re-gen'ed Sputnik test case path metadata.
2011-10-03 13:04:52 -07:00
David Fugate
69a1080bb6
Renamed Sputnik directories.
2011-10-03 12:20:26 -07:00
Mark Miller
68e437e708
Fixing malformed test cases
2011-09-30 13:55:26 -04:00
Mark Miller
13b63c5486
test262 console runner working!
2011-09-30 08:24:38 -04:00
Mark Miller
aad373e620
Some more test improvements
2011-09-30 08:22:45 -04:00
Mark Miller
64db10aa2d
Just reformatting to 80 columns
2011-09-30 03:59:50 -04:00
David Fugate
a8625046d2
Re-enabled 12 tests.
2011-09-27 12:52:17 -07:00
David Fugate
ffa85c2584
Moved all test helper functions into sta.js; removed sputnikLib.js.
...
Laid down the groundwork for a console-based test runner.
2011-09-26 16:12:46 -07:00
David Fugate
352d86b8ed
Support not-NotEarlyError as well.
2011-09-25 17:05:32 -07:00
David Fugate
515ed58d60
Fixed bug in generated IETC test cases regarding NotEarlyError.
2011-09-25 16:25:20 -07:00
David Fugate
209657430d
Re-gen'ed website.
2011-09-25 16:21:18 -07:00
Mark Miller
4632b7bf47
Removals that would have been propagated from my last conversion if
...
I'd used "hg addremove"
2011-09-25 15:59:46 -07:00
Mark Miller
e4aebe55c7
Regenerated from last bug fixed to pre-converted sources.
2011-09-25 15:11:03 -07:00
Mark Miller
9e39b942b5
Moved test/suite/converted to its new home, as our new canonical
...
source starting NOW, to test/suite.
2011-09-25 14:44:28 -07:00
Mark Miller
5f94652df2
Moving sputnik/Conformance to new home at
...
external/contributions/Google/sputnik_conformance_modified. This move
is not consistent by itself. Also need upcoming commit to convert.js.
2011-09-25 12:53:12 -07:00
David Fugate
1e373168c6
Merge.
2011-09-25 12:25:14 -07:00
Mark Miller
f2b47a7ff3
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=127
2011-09-25 12:22:47 -07:00
David Fugate
46ecc39d92
Removed ietestcenter from test/suite/*.
2011-09-25 12:11:19 -07:00
Mark Miller
d1f98e1059
Merged
2011-09-25 12:09:18 -07:00
Mark Miller
83430d0123
Removing elements of test/suite/sputnik that are not used to test
...
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/
2011-09-25 12:08:25 -07:00
David Fugate
d8d5a15271
Merge.
2011-09-25 12:04:15 -07:00
David Fugate
71b447b8b4
Removed sputnik_converted. We now take what's under external/contributions/Google/* directly.
2011-09-25 12:03:31 -07:00
Mark Miller
0317028e15
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=13
2011-09-25 11:59:31 -07:00
Mark Miller
b9bd140cef
Merged
2011-09-25 11:50:12 -07:00
Mark Miller
58740a7088
https://bugs.ecmascript.org/show_bug.cgi?id=22
2011-09-25 11:48:37 -07:00
David Fugate
2470de7cd8
Merge.
2011-09-25 11:41:49 -07:00
Mark Miller
72a64280ae
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=133
2011-09-25 11:38:13 -07:00
Mark Miller
96682a8372
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=12
...
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
2011-09-25 11:33:41 -07:00
Mark Miller
45f7cee019
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=15
2011-09-25 11:21:54 -07:00
Mark Miller
8c642b6172
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=58
2011-09-25 11:11:11 -07:00
Mark Miller
8a52d9cc33
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=128
2011-09-25 10:50:40 -07:00
David Fugate
a8e88a93dd
Merge.
2011-09-25 10:48:00 -07:00
David Fugate
d5bf95c628
Made exception type checking looser: window.onerror isn't spec'ed to give us the
...
exact error type, but we should get the '.message' property.
2011-09-25 10:47:34 -07:00
Mark Miller
e691523b51
Fixing https://bugs.ecmascript.org/show_bug.cgi?id=59
2011-09-25 10:43:20 -07:00
Mark Miller
eea2f45421
Tests for spec violation generically by enumerating properties.
2011-09-25 10:40:20 -07:00
David Fugate
cf22b0c733
Removed .DS_Store file.
2011-09-25 10:32:11 -07:00
Mark Miller
aa67d8e5ac
Regenerated
2011-09-25 08:38:17 -07:00
Mark Miller
9d3bab7052
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=25
...
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
2011-09-24 19:44:20 -07:00
Mark Miller
d378bd6ddd
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=24
2011-09-24 19:37:56 -07:00
Mark Miller
7cd21e6f24
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=120
2011-09-24 19:31:03 -07:00
Mark Miller
a277262e89
Regenerated
2011-09-24 18:15:40 -07:00
David Fugate
20d575423d
Strict property metadata fixes.
2011-09-24 17:43:13 -07:00
Mark Miller
9025e2580b
Merged
2011-09-24 17:38:16 -07:00
Mark Miller
46ae3ee2ac
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=117 Also removed
...
from excludes.xml tests that were fixed and removed either by this
commit or by earlier commits today
2011-09-24 17:37:08 -07:00
David Fugate
1e314c6e13
Merge.
2011-09-24 17:20:55 -07:00
David Fugate
305a2bb676
Fixed some strict metadata.
2011-09-24 17:19:43 -07:00
Mark Miller
db75ad6977
Fixed https://bugs.ecmascript.org/show_bug.cgi?id=29
2011-09-24 16:56:56 -07:00
Mark Miller
23e9693702
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=28
2011-09-24 16:52:11 -07:00
Mark Miller
318cebf831
Fixes https://bugs.ecmascript.org/show_bug.cgi?id=31
2011-09-24 16:47:27 -07:00
Mark Miller
dfa7024e15
Merged
2011-09-24 16:42:59 -07:00
Mark Miller
6adc4f7da9
Fixes bug https://bugs.ecmascript.org/show_bug.cgi?id=27 Also changed
...
an inappropriate @strict_mode_negative to @noStrict. There are more
(many more?) of these to fix
2011-09-24 16:42:04 -07:00
David Fugate
2bf9e7e2a0
Merge.
2011-09-24 16:36:50 -07:00
David Fugate
2b0122ef82
All tests are globally scoped tests - Part I.
2011-09-24 16:35:45 -07:00
Mark Miller
5c91ef1cb8
Merged
2011-09-24 16:16:50 -07:00
Mark Miller
bb29020ab2
Closing out https://bugs.ecmascript.org/show_bug.cgi?id=18 Some of
...
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.
2011-09-24 16:08:47 -07:00
David Fugate
ab1142e498
Merge.
2011-09-24 11:48:21 -07:00
David Fugate
5be3b44a3d
Removed all traces of test pre-req requirements.
...
Generate the 'id' property from the 'path' property.
2011-09-24 11:46:26 -07:00
Mark Miller
479a396ffd
Regenerated
2011-09-24 11:13:49 -07:00
Mark Miller
66abdf4354
Changed strictOnly to onlyStrict
2011-09-24 11:13:02 -07:00
Mark Miller
89ab56beb7
corresponding generated
2011-09-24 08:25:22 -07:00
Mark Miller
9c33379225
Added all tests added to repairES5.js since the last time I contributed SES-relevant tests to test262.
2011-09-23 23:50:15 -07:00
Mark Miller
db516d2a64
Regenerated w fixed paths and ietc optimizations turned off
2011-09-23 19:33:08 -07:00
Mark Miller
c79fbddc94
Just pure directory renaming
2011-09-23 18:09:41 -07:00
Mark Miller
176f5f8542
Generated adjusted tests
2011-09-23 17:42:36 -07:00
David Fugate
660a2a08eb
Merge.
2011-09-23 16:28:58 -07:00
David Fugate
4fcd9a836d
https://bugs.ecmascript.org/show_bug.cgi?id=34 . Fixed
2011-09-23 16:27:46 -07:00
Mark Miller
c590475e5d
This time, really merged. Last one was outstanding changes preventing a merge.
2011-09-23 16:22:42 -07:00
Mark Miller
23e84ad9a1
Automatically generated result of converting to the new agreed
...
(between David Fugate and I) canonical test262 test format
2011-09-23 16:16:28 -07:00
David Fugate
382f5c17e6
https://bugs.ecmascript.org/show_bug.cgi?id=5 . Fixed
2011-09-23 15:10:53 -07:00
David Fugate
124d0c7848
Merge.
2011-09-22 12:56:52 -07:00
David Fugate
1b3e926837
Think I've come up with a fix for https://bugs.ecmascript.org/show_bug.cgi?id=11 (Date_library.js):
...
- juneDate and decemberDate were both one month off. Fixed
- LocalTZA wasn't actually LocalTZA as defined in ES5. If we were in DST when
this was created, LocalTZA was off by one hour. Fixed
- GetSundayInMonth was completely busted (i.e., arithmetic operations on the 'count'
param which happens to be a string). Fixed(?)
- DaylightSzavingTA was defined incorrectly. It assumed the local time zone adjustment
hadn't been accounted for. This wasn't how UTC was calling it. Fixed(?)
2011-09-22 11:58:06 -07:00
David Fugate
ec5dce172d
From the 'Run' tab, there's now a clickable 'Error' link showing precisely what
...
failed.
2011-09-22 11:43:39 -07:00
David Fugate
0937e10a03
Improved global scope 'missing error' error message.
2011-09-22 11:41:30 -07:00
David Fugate
17c67df352
Found more of Sputnik's date helper funcs.
2011-09-21 15:40:29 -07:00
Mark Miller
48f750deb6
Merged
2011-09-14 12:51:59 -07:00
Mark Miller
72d70024b9
Regenerated ietestcenter tests, taking into account info from IETCGlobalScope.js
2011-09-14 12:49:33 -07:00
David Fugate
0b0736cbee
S11.1.1_A2 ( https://bugs.ecmascript.org/show_bug.cgi?id=179 )
2011-09-14 10:45:46 -07:00
Mark Miller
d403f61b52
Regenerating converted files post-merge
2011-09-14 00:39:29 -07:00
Mark Miller
fc18852cda
Merge
2011-09-13 23:34:34 -07:00
Mark Miller
fd40a156e4
minor
2011-09-13 23:21:43 -07:00
Mark Miller
b796d10c4b
The generated converted test, as generated from fixed converter
...
applied to many fixed sources, corresponding to previous two commits
2011-09-13 22:37:44 -07:00
Mark Miller
bd72486ff2
Fixed a very large number of bad test case sources, especially
...
gratuitous strict mode incompatibility. Too many to continue fixing
manually this way. Don't know what to do about that.
2011-09-13 22:12:02 -07:00
David Fugate
cbc587c61b
Merge.
2011-09-13 16:22:37 -07:00
Mark Miller
bba34a262e
Reformatted to 80 columns. Inserted missing semicolons. Removed one
...
bogus semicolon. Except for the bogud semicolon, nothing should have
changed the meaning of the programs.
2011-09-13 01:08:50 -07:00
David Fugate
807a3ba1b7
Merge.
2011-09-12 11:25:23 -07:00
David Fugate
2c16b93983
Re-added tests disabled by https://bugs.ecmascript.org/show_bug.cgi?id=126 .
2011-09-12 10:02:51 -07:00
Mark Miller
68d44bb52a
Having restored the test262 sources of these to their original sputnik
...
form, they now convert correctly to tests that pass our
tools/test262.py test runner. The issue for all three was non-ascii content.
2011-09-12 08:34:41 -07:00
Mark Miller
9973643490
These are the three files that "diff" identified as "binary" files with differences from the Sputnik original. Restoring to their original Sputnik state.
2011-09-12 08:19:27 -07:00
Mark Miller
77450b53f2
Unlike the current sputnikLib.js, framework.js cannot define $ERROR
...
etc, because the substitution logic in test262.py operates on the
source after prepending framework.js.
The plan is to replace sputnikLib.js with framework.js. Also, the
substitution logic in test262.py should probably be fixed to apply the
substitution before prepending.
2011-09-11 21:45:26 -07:00
Mark Miller
a2ca5b512b
Adapted the sputnik command line testRunner to a command line
...
testRunner, test262.py, that can run all the converted tests.
2011-09-11 21:12:01 -07:00
Mark Miller
d0f40b63a2
Updating a generated directory.
...
assertTrue became assertTruthy. Canonical form of doc-comment attribute value source no longer have a leading colon and trailing semicolon. Any existing such are stripped during conversion.
2011-09-11 21:07:23 -07:00
Mark Miller
274b5514fa
As David Fugate requested, changed the conversion of ietestcenter
...
style to append runTestCase(funcName); rather than
assertTrue(funcName.call(this)), giving the testing framework more
control.
2011-09-09 14:48:37 -07:00
Mark Miller
0065b15889
Just checking in the converted files, generated using the previous commit.
2011-09-07 21:47:38 -07:00
Mark Miller
ca417c93dc
Now generating the format David Fugate and I agreed on this
...
morning. The rewrite of "function testcase()..." now puts the
assertTrue at the bottom. Preconditions, names, and ids are
removed. And the path in the file is ignored, and is instead set
accurately according to where the file is found.
2011-09-07 21:42:49 -07:00
Mark Miller
57c450002d
Removed an invalid "var".
2011-09-07 08:52:29 -07:00
Mark Miller
d6df1d4a36
Fixed a typo precodition -> precondition
2011-09-07 08:48:46 -07:00
Mark Miller
bc6a3ba731
All sputnik and ietestcenter tests converted to proposed new canonical form
2011-09-06 23:35:18 -07:00
David Fugate
9a8578be92
activityBar is a member of the Presenter object.
2011-08-25 14:14:29 -07:00
David Fugate
2871886420
test\harness\*:
...
- a lot of JS harness code written in strings have been moved out to actual physical files
such as ed.js (syntax error detection for globally scoped tests) and gs.js (global scope test
case validator). This change makes it far easier to maintain the test harness code
- reorganized helper.js providing a clear indication which methods are used by external objects,
which are implementation details, and which are unequivocally test262-specific. I've also added,
openErrorWindow, which will be used to open a descriptive error message window for each test case
failure reported on the 'Run' tab
- improved the error message for syntax errors occurring when a test case fails to load
- sta.js no longer tries to pickle all helper functions it contains! Instead, we load the file
directly from sth.js. The performance of fnGlobalObject has been improved. Finally, the ES5Harness
object has been moved from sth.js (in a string) to here
- sth.js now has a browser implementer hook, controller.implementerHook, which allows browser implementers
to handle test case failures in their own way (e.g., log to the filesystem). The 'run' function was
basically re-written
Added 37 new test cases from the "IE Test Center" Build release. There were 14 modifications to
existing test cases as well. Refactored SputnikGlobalScope.js such that test case paths are now used
as indices into the GlobalScopeTests array.
TestCasePackager.py had the concept of templated test harnesses introduced - see templates\runner.test262.html.
Also added support for one HTML test harness per ES5 chapter. Last but not least, TestCasePackagerConfig.py
now has a 'source control' abstraction class which abstracts away source control adds|edits when dynamically
generating *.json and *.html test chapters.
2011-08-25 11:18:44 -07:00
David Fugate
1f6f66cb19
https://bugs.ecmascript.org/show_bug.cgi?id=76
2011-07-18 11:08:15 -07:00
David Fugate
bda89b6452
https://bugs.ecmascript.org/show_bug.cgi?id=127
2011-07-18 10:59:06 -07:00
David Fugate
5b2de8816f
https://bugs.ecmascript.org/show_bug.cgi?id=126
2011-07-18 10:29:23 -07:00
David Fugate
009262deba
https://bugs.ecmascript.org/show_bug.cgi?id=128
2011-07-18 09:15:03 -07:00
David Fugate
383aaca3b1
https://bugs.ecmascript.org/show_bug.cgi?id=133
2011-07-18 09:05:23 -07:00
David Fugate
9eb6c8c2d2
15.4.4.15-3-14, 15.4.4.15-3-29, and 15.4.4.15-3-8 were disabled with no reason or bug given. These actually look OK,
...
and pass on all browsers...
2011-07-08 16:02:19 -07:00
David Fugate
7ffad2be3e
Several new Sputnik tests included:
...
if (!strict_mode) { throw new SyntaxError('unspecified case'); }
This doesn't work for a few reasons:
1. 'strict_mode' is undefined in the test case exeuction context. That is, the test framework
does not force the test case into strict mode
2. The test case code looks like:
"use strict";
if (!strict_mode) ...
...
Note that 'strict_mode' is not set before being accessed
Really the metadata for these test cases should have a "@strict" property added to instruct the test
framework *not* to run the test if an implementation doesn't support strict mode.
2011-07-07 14:31:22 -07:00
David Fugate
d848bcad16
Recent update from Sputnik has made S12.10_A3.3_T4 a valid ES5 test. Re-enabled
2011-07-07 13:42:04 -07:00
David Fugate
a442fb1509
More Sputnik tests have been fixed and enabled.
2011-07-07 12:58:55 -07:00
David Fugate
314a8abb70
https://bugs.ecmascript.org/show_bug.cgi?id=12 is partially fixed.
2011-07-07 10:38:08 -07:00
David Fugate
f3ed594ec4
https://bugs.ecmascript.org/show_bug.cgi?id=18 (IE Test Center tests only)
2011-07-07 10:10:32 -07:00
David Fugate
c77066fc25
https://bugs.ecmascript.org/show_bug.cgi?id=118
2011-07-07 08:47:12 -07:00
David Fugate
6224968765
https://bugs.ecmascript.org/show_bug.cgi?id=120
2011-07-07 08:34:41 -07:00
David Fugate
aa4b085528
https://bugs.ecmascript.org/show_bug.cgi?id=117
...
Disabled 9 invalid tests.
2011-07-06 11:00:55 -07:00
David Fugate
09ea4a8413
https://bugs.ecmascript.org/show_bug.cgi?id=61
2011-07-05 16:39:32 -07:00
David Fugate
c8559941b2
https://bugs.ecmascript.org/show_bug.cgi?id=61
2011-07-05 16:36:04 -07:00
David Fugate
8b0704e64c
https://bugs.ecmascript.org/show_bug.cgi?id=87 *should* in theory be fixed now. Need to test
...
on the live website to be sure.
2011-07-01 12:01:55 -07:00
David Fugate
42b534663f
Added a small script, InvalidTestDetector.py, to help detect test dependencies on DOM and
...
host objects (which make them invalid for test262). Using this, I found one benign 'alert'
usage (it was never even called) and removed it.
2011-06-30 14:31:11 -07:00