Brian Terlson
509472bb74
Fix suspect formatting in S15.2.3.1_A3
2014-07-24 15:29:21 -07:00
Brian Terlson
b0c6fb0272
Merge pull request #2 from bterlson/localeCompare-fix
...
15.5.4.9_CE should check for locale-sensitive comparison
2014-07-10 14:59:57 -07:00
Brian Terlson
916a08bb9a
Merge pull request #19 from JaimeLynSchatz/JaimeLynSchatz/fixBugz1533
...
change test 15.3.5.4_2-89 to call bound function before returning (Fixes bugzilla 1533)
2014-07-10 14:53:34 -07:00
JaimeLynSchatz
6b47f8c585
change test 15.3.5.4_2-89 to call bound function before returning for Bugzilla issue 1533
2014-01-26 17:08:20 -08:00
JaimeLynSchatz
d7446f811a
change assert to not assume a sorted list of arguments indices for Bugzilla 1159
2014-01-26 14:25:38 -08:00
Brian Terlson
47a92dbb24
15.5.4.9_CE should check for locale-sensitive comparison
2014-01-26 13:24:35 -08:00
Brent Baker
ada9da5aa9
Bug 1128: use Date.prototype.getFullYear() in S15.2.2.1_A2_T5
...
Bug 1131: use String.prototype.charAt() in 15.12.3-11-26
Both of these changes were accidentaly dropped when I regenerated patches for these bugs. I have grepped the testsuite to ensure that the annexB functions only appear in the annexB section of the testsuite.
NOTE: Also regenerated the website based on this change. (Still waiting for permission to actually update the live website)
2013-06-13 10:07:45 -04:00
Brent Baker
592bf451b2
Bug 1131: Move String.prototype.substr into annexB
2013-06-05 08:00:44 -04:00
Brent Baker
dc243639fc
Bug 1129: Move RegExp.prototype.compile into annexB
2013-06-06 08:07:36 -04:00
Brent Baker
23f10fea63
Bug 1129: Move Date.prototype.toGMTString into annexB
2013-06-06 07:48:30 -04:00
Brent Baker
fb850ad1e0
Bug 1128: Move getYear() and setYear() into annexB
2013-06-06 07:44:11 -04:00
Brent Baker
66563223a5
Bug 1125: Move escape and unescape into "annexB"
2013-06-06 07:36:51 -04:00
Norbert Lindenberg
a2380a4257
Bug 1245 - Add test for missing argument to String.prototype.localeCompare
2013-02-07 20:55:25 -08:00
Norbert Lindenberg
bcf9c18061
Added test to verify Unicode canonical equivalence in String.prototype.localeCompare.
2012-09-10 10:46:44 -07:00
Bill Ticehurst
19634b74f6
Update float value tests
2012-08-08 15:16:36 -07:00
Bill Ticehurst
9c48816277
Plugged a global thisarg hole with a new test and fixed an operator
2012-05-18 08:57:21 -07:00
Bill Ticehurst
0dca29de4a
Adding more tests to cover undefined being non-writable (see https://bugs.ecmascript.org/show_bug.cgi?id=223 )
2012-05-16 18:08:23 -07:00
Bill Ticehurst
8646791add
Removing RegEx test-case related to https://bugs.ecmascript.org/show_bug.cgi?id=326 until open issue is resolved.
2012-05-11 22:45:26 -07:00
David Fugate
d6634f8e10
Fixed https://bugs.ecmascript.org/show_bug.cgi?id=293 . ConstructDate cannot be
...
salvaged (e.g., need locale info to properly predict whether we're subject to
DST).
2012-03-26 13:50:38 -07:00
David Fugate
0474c73ea9
Fixed a typo.
2012-03-15 08:54:09 -07:00
David Fugate
4cebb176cf
More work on https://bugs.ecmascript.org/show_bug.cgi?id=294 .
2012-03-14 15:42:02 -07:00
David Fugate
4ae147241a
https://bugs.ecmascript.org/show_bug.cgi?id=294 partially fixed. Still
...
need to move some tests over to best practices.
2012-03-09 11:54:51 -08:00
David Fugate
448262e29e
More @onlyStrict tests should have been @noStrict.
2012-03-08 12:04:15 -08:00
David Fugate
5882a21142
https://bugs.ecmascript.org/show_bug.cgi?id=287 is fixed (completely?).
2012-03-06 08:51:41 -08:00
David Fugate
0612ad7bb3
Added a LICENSE file to the root of the enlistment.
...
All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
2012-02-29 14:23:47 -08:00
David Fugate
e45ca2e0f3
https://bugs.ecmascript.org/show_bug.cgi?id=266 and https://bugs.ecmascript.org/show_bug.cgi?id=270 resolved.
2012-02-27 16:45:56 -08:00
David Fugate
4fb5071cd4
Migrated latest external\contributions\Microsoft\ietcLatest changes over to test\suite\*.
2012-02-27 15:46:23 -08:00
David Fugate
c64d7b5758
https://bugs.ecmascript.org/show_bug.cgi?id=274
...
Fixed.
Re-gen'ed the website.
2012-02-24 15:40:42 -08:00
David Fugate
35af99abe1
https://bugs.ecmascript.org/show_bug.cgi?id=276 fixed.
2012-02-24 10:50:14 -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
e6f9015301
Last two invalid test cases have been fixed.
2012-01-16 14:06:17 -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
42737015f4
https://bugs.ecmascript.org/show_bug.cgi?id=75
2012-01-13 15:15:29 -08:00
David Fugate
7e7ebe85f2
https://bugs.ecmascript.org/show_bug.cgi?id=60
2012-01-13 13:31:45 -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
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
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
fd38135510
Merge.
2011-11-11 11:58:16 -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
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