pschwartau%netscape.com
|
a1dbc1b91c
|
Adding more sections to cover str.search(), str.replace().
|
2002-11-12 23:14:17 +00:00 |
pschwartau%netscape.com
|
5d9b2541ad
|
Comment fix.
|
2002-11-12 19:02:18 +00:00 |
pschwartau%netscape.com
|
1e9413b235
|
str.match() CAN take a 2nd parameter, if the 1st one is a string instead of a RegExp object. Added cases to cover that.
|
2002-11-12 18:33:39 +00:00 |
pschwartau%netscape.com
|
417d42c783
|
Initial add. Regression test for bug 179524.
|
2002-11-12 01:52:25 +00:00 |
pschwartau%netscape.com
|
b9f67e3589
|
Initial add. Regression test by igor@icesoft.no for bug 31255, bug 179366.
|
2002-11-10 20:56:42 +00:00 |
pschwartau%netscape.com
|
ce694cbe11
|
Initial add. Regression test for bug 179068.
|
2002-11-10 20:31:36 +00:00 |
pschwartau%netscape.com
|
1f0fa0eff3
|
A more accurate inRhino() function. The previous one failed to distinguish Rhino from LiveConnect.
|
2002-11-08 22:42:25 +00:00 |
pschwartau%netscape.com
|
dfe12a41f3
|
New engine command for JS2: was dikdik, now epimetheus.
|
2002-11-08 21:56:41 +00:00 |
pschwartau%netscape.com
|
bb68273586
|
Tweaking sort function.
|
2002-11-07 23:02:06 +00:00 |
pschwartau%netscape.com
|
9c1851efcb
|
Reinstituting check on |arr instanceof Array && arr.length === 0| from version 1.1 of test; this is necessary.
|
2002-11-07 22:57:40 +00:00 |
pschwartau%netscape.com
|
9351af8b06
|
Adding comments -
|
2002-11-07 22:43:52 +00:00 |
pschwartau%netscape.com
|
84ac00e1be
|
Adding cases with non-default sorting.
|
2002-11-07 19:40:26 +00:00 |
pschwartau%netscape.com
|
d22e4834fa
|
Improving readability.
|
2002-11-07 19:25:42 +00:00 |
pschwartau%netscape.com
|
7d8c3ef2fe
|
Improving test: arr, arr.sort() must be more than just two arrays of the same length, they must be equal as objects.
|
2002-11-07 19:15:28 +00:00 |
pschwartau%netscape.com
|
4a80232c4d
|
Improving readability.
|
2002-11-07 19:05:57 +00:00 |
pschwartau%netscape.com
|
097f6b3091
|
Initial add. Regression test for bug 178722.
|
2002-11-07 04:20:27 +00:00 |
pschwartau%netscape.com
|
52250b83fa
|
New version of the test, by igor@icesoft.no; uses less memory.
|
2002-11-02 01:26:08 +00:00 |
pschwartau%netscape.com
|
21843212dc
|
Initial add. Regression test for bug 159334.
|
2002-11-01 02:00:08 +00:00 |
pschwartau%netscape.com
|
63b2190524
|
Improving comments.
|
2002-10-31 21:24:25 +00:00 |
pschwartau%netscape.com
|
b7c019a6a2
|
Don't ever run shell.js files as tests; they are only utility files.
|
2002-10-31 01:01:20 +00:00 |
pschwartau%netscape.com
|
0980e7538f
|
Initial add. Regression test for bug 177314.
|
2002-10-30 20:34:13 +00:00 |
pschwartau%netscape.com
|
b19175a575
|
Initial add. Testcases created by Brendan in the course of fixing bug 96526.
|
2002-10-30 02:09:53 +00:00 |
pschwartau%netscape.com
|
ddee960fdf
|
Initial add. Utility file needed for certain tests in js/tests/js1_5/Expressions/.
|
2002-10-30 02:08:46 +00:00 |
pschwartau%netscape.com
|
0267efc4b9
|
Fixed small bug in reporting of skipped tests.
|
2002-10-28 03:44:09 +00:00 |
pschwartau%netscape.com
|
e3f0af7614
|
Improving efficiency by calling xp_path() as little as possible. Also, never call xp_path() on a user-provided path.
Improving consistency of style in the get_xxx_engine_command() functions.
|
2002-10-28 03:31:03 +00:00 |
pschwartau%netscape.com
|
6544ca9be9
|
Improving efficiency. Make $win_sep a global variable so we only have to call get_win_sep() once. And then, only use $win_sep if it differs from $path_sep.
|
2002-10-26 01:24:21 +00:00 |
pschwartau%netscape.com
|
b0ad732663
|
Removing two calls to xp_path(). They are unnecessary, since xp_path() gets called again later in the program on the same paths. This also fixes a couple of new bugs. Rev 1.41 of jsDriver made xp_path() more subtle on Windows: it may now return paths containing backslashes instead of forward slashes. But backslashes cause the Perl methods |join| and |grep|, both of which are used in jsDriver, to fail. So we are now delaying any calls to xp_path() until after those methods are used.
|
2002-10-26 00:11:50 +00:00 |
pschwartau%netscape.com
|
9c3bde33d4
|
Whitespace cleanup.
|
2002-10-17 19:25:40 +00:00 |
pschwartau%netscape.com
|
bf9f37c6fe
|
Remove the -x check on the absolute path to xpcshell. In Perl 5.005 on Windows, the -x operator returns |false| on absolute paths, even if they are valid.
|
2002-10-12 02:43:17 +00:00 |
pschwartau%netscape.com
|
870b3af87e
|
Use -x &xp_path() more consistently.
|
2002-10-12 02:08:02 +00:00 |
pschwartau%netscape.com
|
c43acfbb74
|
Re-factoring the last fix into the existing function xp_path().
|
2002-10-12 01:57:16 +00:00 |
pschwartau%netscape.com
|
47b581cb99
|
Don't hard-code "\"as the path separator for Windows (rev. 1.36). Some Windows shells (e.g. Cygwin 1.1.8) require "/".
|
2002-10-11 23:31:23 +00:00 |
pschwartau%netscape.com
|
cb9fe22828
|
Improving readability.
|
2002-10-09 20:43:35 +00:00 |
pschwartau%netscape.com
|
13f69bd216
|
Initial add. Regression test for bug 172699.
|
2002-10-08 00:37:49 +00:00 |
pschwartau%netscape.com
|
233fcec52a
|
Simplifying test.
|
2002-09-28 02:52:28 +00:00 |
pschwartau%netscape.com
|
4b80eca043
|
Initial add. Regression test for bug 170193.
|
2002-09-22 22:11:40 +00:00 |
pschwartau%netscape.com
|
84e53d1eff
|
Initial add. Regression test for bug 169534.
|
2002-09-21 03:17:25 +00:00 |
pschwartau%netscape.com
|
581d06bb3b
|
Adding two new sections by igor@icesoft.no.
|
2002-09-20 17:43:16 +00:00 |
pschwartau%netscape.com
|
7c133e48e5
|
Fixing typos.
|
2002-09-20 17:04:08 +00:00 |
pschwartau%netscape.com
|
a631b00772
|
Initial add. Tests ECMA-262 Edition 3 Section 15.4.4.4. See bug 169795.
|
2002-09-20 03:35:24 +00:00 |
pschwartau%netscape.com
|
4541940e34
|
Initial add. Regression test for bug 169497.
|
2002-09-19 01:24:45 +00:00 |
pschwartau%netscape.com
|
63bee85c59
|
Initial add. Regression test for bug 156354.
|
2002-09-16 22:24:42 +00:00 |
pschwartau%netscape.com
|
6b8bdd0bc3
|
Moving all comments to the top of the file.
|
2002-09-16 19:13:43 +00:00 |
pschwartau%netscape.com
|
40023632cf
|
Trivial change: more efficiency in detecting Rhino shell.
|
2002-09-16 18:57:22 +00:00 |
pschwartau%netscape.com
|
9a56211808
|
Initial add. Regression test for bug 168347.
|
2002-09-14 00:12:25 +00:00 |
pschwartau%netscape.com
|
9366f6f27f
|
Initial add. Tests ECMA-262 Edition 3 Section 8.6.2.6 (default value of objects). See bug 167325.
|
2002-09-09 21:14:28 +00:00 |
pschwartau%netscape.com
|
04e3f9898b
|
Have factored skip regress-96526.js into three separate tests. Skip them.
|
2002-09-04 22:56:39 +00:00 |
pschwartau%netscape.com
|
4d99a3eadb
|
Breaking up test regress-96526.js into separate testcases -
|
2002-09-04 21:56:13 +00:00 |
pschwartau%netscape.com
|
05ee55776f
|
Removing this test to break it up into three separate tests: regress-96526-001.js, -002.js, -003.js
|
2002-09-04 21:53:40 +00:00 |
pschwartau%netscape.com
|
6429b5c681
|
Whitespace fix.
|
2002-08-31 01:20:40 +00:00 |
pschwartau%netscape.com
|
ba24308ef8
|
Initial add. Regression test for bug 165353.
|
2002-08-31 01:05:09 +00:00 |
pschwartau%netscape.com
|
ec7e89fcd8
|
Removing this testcase from skip list; I have adapted it to run in Rhino.
|
2002-08-23 22:52:20 +00:00 |
pschwartau%netscape.com
|
77e0403675
|
Editing comments.
|
2002-08-23 22:48:38 +00:00 |
pschwartau%netscape.com
|
039932d264
|
Rhino can't seem to handle the largest array, so we'll skip this case in Rhino -
|
2002-08-23 22:38:45 +00:00 |
pschwartau%netscape.com
|
51db817c7b
|
Re-ordering the sections to try the largest possible array first.
|
2002-08-23 22:12:12 +00:00 |
pschwartau%netscape.com
|
ee72b003cc
|
Editing comments in the test.
|
2002-08-23 21:56:21 +00:00 |
pschwartau%netscape.com
|
647d7d20c4
|
Removing two extraneous lines.
|
2002-08-23 21:47:05 +00:00 |
pschwartau%netscape.com
|
37ee97b3e3
|
Adapted the test to run in Rhino.
|
2002-08-23 21:42:32 +00:00 |
pschwartau%netscape.com
|
c932714aab
|
Re-factoring for greater clarity.
|
2002-08-20 04:42:33 +00:00 |
pschwartau%netscape.com
|
1da0b578de
|
Modifying test to handle Function.prototype.toString() output whether it is escaped or not.
|
2002-08-20 01:57:55 +00:00 |
pschwartau%netscape.com
|
6158fbb29b
|
Adding a comment.
|
2002-08-19 21:46:26 +00:00 |
pschwartau%netscape.com
|
7ff3de2b85
|
Amending testcase to expect a run-time "out of memory" error. Still tests that we don't crash.
|
2002-08-14 00:12:54 +00:00 |
pschwartau%netscape.com
|
8e001f3cf3
|
Correcting a mistake in the test.
|
2002-08-02 22:01:35 +00:00 |
pschwartau%netscape.com
|
8ee7b9ec81
|
Initial add. Testing regexps containing octal escape sequences. See bug 141078.
|
2002-08-02 21:27:12 +00:00 |
pschwartau%netscape.com
|
0a859a05e8
|
Adding a comment
|
2002-08-02 00:13:00 +00:00 |
pschwartau%netscape.com
|
255ceec550
|
Initial add. Regression test for bug 141078.
|
2002-07-18 18:36:44 +00:00 |
pschwartau%netscape.com
|
21bef9048a
|
Skip testcase for bug 157652. Will not fix this in Rhino; the OOM error is reasonable.
|
2002-07-17 18:20:58 +00:00 |
pschwartau%netscape.com
|
c86a38c3f2
|
Changing summary text.
|
2002-07-16 21:35:30 +00:00 |
pschwartau%netscape.com
|
42d131f79e
|
Initial add. Regression test for bug 157652.
|
2002-07-16 21:23:58 +00:00 |
pschwartau%netscape.com
|
fe4ff91e5e
|
Initial add. Regression test for bug 58274.
|
2002-07-15 23:20:15 +00:00 |
pschwartau%netscape.com
|
cef0524103
|
Initial add. Testing identifiers with double-byte names; see bug 58274.
|
2002-07-15 23:15:52 +00:00 |
pschwartau%netscape.com
|
b6e224c759
|
Correcting two sections of test.
|
2002-07-15 17:28:05 +00:00 |
pschwartau%netscape.com
|
3d0481ed1e
|
Expanding a comment for one section in greater detail.
|
2002-07-15 17:04:38 +00:00 |
pschwartau%netscape.com
|
7e7822fb4b
|
Initial add. Regression test for bug 157509.
|
2002-07-15 15:22:35 +00:00 |
pschwartau%netscape.com
|
21c78d339e
|
Comment edit.
|
2002-07-15 15:07:33 +00:00 |
pschwartau%netscape.com
|
3b26b79276
|
Added revision date + comment clean-up.
|
2002-07-15 15:06:37 +00:00 |
pschwartau%netscape.com
|
b8851070cb
|
Correcting an error in the test. See bug 155291.
|
2002-07-15 00:40:14 +00:00 |
pschwartau%netscape.com
|
780a512ba9
|
Correcting errors in test. See bug 155289.
|
2002-07-15 00:29:37 +00:00 |
pschwartau%netscape.com
|
23870b9b8b
|
Correcting errors in the test. See bug 155289.
|
2002-07-15 00:04:22 +00:00 |
pschwartau%netscape.com
|
2f46a99fde
|
Correcting errors in the test. See bug 155289.
|
2002-07-14 23:57:03 +00:00 |
pschwartau%netscape.com
|
5b02e625d1
|
Correcting an error in one section of the test. See bug 155285.
|
2002-07-14 23:42:23 +00:00 |
pschwartau%netscape.com
|
5841696264
|
Rhino has also decided to conform with SpiderMonkey on this test. Adding early return for Rhino as well.
|
2002-07-14 22:34:50 +00:00 |
pschwartau%netscape.com
|
7ed81a0ccd
|
Rhino has also decided to conform with SpiderMonkey on this test. Removing early return for Rhino.
|
2002-07-14 22:23:52 +00:00 |
pschwartau%netscape.com
|
bf47977f38
|
Initial add. Based on examples from ECMA-262 Ed.3 spec, Section 15.10.2
|
2002-07-10 23:09:48 +00:00 |
igor%mir2.org
|
35a869988d
|
With Roger's <rogerl@netscape.com> new RegExp implementation Rhino passes:
js1_2/regexp/regress-9141.js
ecma_3/String/regress-104375.js
|
2002-07-10 22:14:48 +00:00 |
pschwartau%netscape.com
|
2d8a1cdbe2
|
Skip testcase for bug 152646. Will not fix this in Rhino; too much of a corner case.
|
2002-07-10 21:03:07 +00:00 |
igor%mir2.org
|
bb0f73fb5d
|
No more skiping of ecma/LexicalConventions/7.7.3.js, it works as DToA converts numbers to strings properly
|
2002-07-10 20:00:25 +00:00 |
pschwartau%netscape.com
|
cf83c07391
|
Trivial whitespace edit.
|
2002-07-09 00:48:13 +00:00 |
pschwartau%netscape.com
|
084f3c1133
|
Initial add. Regression test for bug 152646.
|
2002-07-09 00:43:15 +00:00 |
pschwartau%netscape.com
|
3dcadf4f0d
|
Fixing mistake. Can't call printStatus(), etc. in js1_2 test directory, because js1_2/shell.js doesn't contain them.
|
2002-07-09 00:29:41 +00:00 |
pschwartau%netscape.com
|
b1277f0b9b
|
Initial add. Testing JS RegExp engine against results from Perl 5.
|
2002-07-08 04:03:11 +00:00 |
pschwartau%netscape.com
|
451a024ce1
|
Correcting the year in the copyright.
|
2002-07-08 03:58:27 +00:00 |
pschwartau%netscape.com
|
d6131a082b
|
Adding reference to bug 85721.
|
2002-07-08 03:36:34 +00:00 |
pschwartau%netscape.com
|
59653be598
|
Initial add. Testing JS RegExp engine against results from Perl 5.
|
2002-07-08 03:27:21 +00:00 |
pschwartau%netscape.com
|
b3ec7432cd
|
Initial add. Regression test for bug 144834.
|
2002-07-06 03:44:58 +00:00 |
pschwartau%netscape.com
|
054d1f4723
|
Adding new section authored by martin.honnen@t-online.de from bug 150859.
|
2002-07-02 01:24:34 +00:00 |
pschwartau%netscape.com
|
36bbd1ba30
|
Correcting grammar in comment.
|
2002-06-26 19:16:53 +00:00 |
pschwartau%netscape.com
|
b237aabe74
|
Initial add. Regression test for bug 154338.
|
2002-06-26 19:04:00 +00:00 |
pschwartau%netscape.com
|
caebe93d57
|
Adjusting FAST constant upward again, so that test can pass in Rhino. 100 ms seems like a reasonable value.
|
2002-06-24 22:14:48 +00:00 |
pschwartau%netscape.com
|
166064cd6f
|
Removing 6 skips. All pass now that the new Rhino RegExp engine has been checked in.
|
2002-06-20 22:31:47 +00:00 |
pschwartau%netscape.com
|
5341aaf026
|
Adjusting FAST constant upward so that test can pass in Rhino -
|
2002-06-20 20:53:10 +00:00 |
pschwartau%netscape.com
|
5b796ea735
|
Correcting Section 1 to test execution as well as compilation of function.
|
2002-06-19 00:23:43 +00:00 |
pschwartau%netscape.com
|
6e555f8ca4
|
Adding extra comments -
|
2002-06-19 00:13:04 +00:00 |
pschwartau%netscape.com
|
1784694c25
|
Initial add. Regression test for bug 146596.
|
2002-06-19 00:02:29 +00:00 |
pschwartau%netscape.com
|
023788708d
|
Adding new sections authored by john@statesoftware.com from bug 150032.
|
2002-06-08 04:26:18 +00:00 |
pschwartau%netscape.com
|
9c8befbfa3
|
Cosmetic whitespace cleanup.
|
2002-06-04 19:51:59 +00:00 |
rogerl%netscape.com
|
b42c0eab50
|
Corrected tests to match ECMA - unmatched paren contents need to have the
value 'undefined' rather than an empty string.
|
2002-06-04 18:51:05 +00:00 |
pschwartau%netscape.com
|
77f663fa05
|
Initial add; regression test for bug 137000.
|
2002-06-04 02:19:48 +00:00 |
pschwartau%netscape.com
|
bdd941dd4c
|
Removing this test. It has been superseded by test ecma_3/Function/15.3.4.3-1.js
|
2002-05-22 06:01:09 +00:00 |
pschwartau%netscape.com
|
a59b7eb621
|
Initial add. Tests language conformance to EMCA-262 Edition 3 Section 15.3.4.4
|
2002-05-22 05:54:58 +00:00 |
pschwartau%netscape.com
|
2672c28320
|
Initial add. Tests language conformance to EMCA-262 Edition 3, Section 15.3.4.3
|
2002-05-22 05:54:21 +00:00 |
pschwartau%netscape.com
|
9fda21bdc2
|
Initial add. Regression test for bug 145779.
|
2002-05-20 20:37:43 +00:00 |
pschwartau%netscape.com
|
f759b5fa79
|
Initial add. Regression test for bug 140974.
|
2002-05-04 01:13:40 +00:00 |
nboyd%atg.com
|
1cb36d8f93
|
Now pass 104077.
|
2002-05-01 16:47:25 +00:00 |
nboyd%atg.com
|
36d969697c
|
Remove skip for bug 120194
|
2002-04-29 00:58:40 +00:00 |
pschwartau%netscape.com
|
08993401bb
|
Initial add. Regression test for bug 137181.
|
2002-04-12 21:06:15 +00:00 |
pschwartau%netscape.com
|
f18c60f449
|
Updating status messages to the current format.
|
2002-04-12 20:23:33 +00:00 |
pschwartau%netscape.com
|
3c91dde9aa
|
Adding an early return for Rhino; we only want to run this test in SpiderMonkey for now.
|
2002-04-11 16:11:53 +00:00 |
pschwartau%netscape.com
|
3d43412c32
|
Adding an early return for SpiderMonkey; we only want to run this test in Rhino.
|
2002-04-10 22:52:26 +00:00 |
pschwartau%netscape.com
|
fd9b58841f
|
Improving comment.
|
2002-04-10 22:50:42 +00:00 |
pschwartau%netscape.com
|
9d0d4a659f
|
Improving Rhino detection by using the new inRhino() function in the utility file shell.js
|
2002-04-10 22:44:14 +00:00 |
pschwartau%netscape.com
|
8343e0fb57
|
Adding a utility function to detect the Rhino shell.
|
2002-04-10 22:39:16 +00:00 |
pschwartau%netscape.com
|
f27befc910
|
Initial add. Regression test for bug 131348.
|
2002-04-10 22:18:32 +00:00 |
pschwartau%netscape.com
|
c0b1c69421
|
Correcting mistake in location of JS2 debug shell on Windows.
|
2002-03-30 00:35:16 +00:00 |
pschwartau%netscape.com
|
73fca3dc3e
|
Added another big function to compile, from duplicate bug 133897.
|
2002-03-29 15:46:09 +00:00 |
pschwartau%netscape.com
|
35cbdc6efc
|
Removing an extraneous line.
|
2002-03-25 23:51:06 +00:00 |
pschwartau%netscape.com
|
5d694a5ed1
|
Initial add. Regression test for bug 130451.
|
2002-03-25 23:41:56 +00:00 |
pschwartau%netscape.com
|
9816f5bce4
|
Adding a tail recursion test by Georgi Guninski
|
2002-03-25 00:25:45 +00:00 |
pschwartau%netscape.com
|
df16547f85
|
Fixing a typo.
|
2002-03-23 01:50:16 +00:00 |
pschwartau%netscape.com
|
925eef10c4
|
Fixing a blunder in Section 4, and changing from brackets to braces for ECMA attribute.
|
2002-03-20 19:24:08 +00:00 |
pschwartau%netscape.com
|
6099f1ab53
|
Deleted an extraneous line; improved readablity.
|
2002-03-20 19:13:36 +00:00 |
pschwartau%netscape.com
|
a8d2f2a22f
|
Initial add. Regression test for bug 131964.
|
2002-03-20 00:23:22 +00:00 |
timeless%mac.com
|
fc883176bf
|
Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
|
2002-03-19 04:30:17 +00:00 |
pschwartau%netscape.com
|
866ed959ce
|
Initial add. Regression test for bug 131510.
|
2002-03-17 05:24:01 +00:00 |
pschwartau%netscape.com
|
1ddd32348d
|
Added two new cases where the result is all zeros.
|
2002-03-15 05:15:57 +00:00 |
pschwartau%netscape.com
|
7bf950d691
|
Skip new test that uses the clone() function in SpiderMonkey's js.c file
|
2002-03-06 05:34:22 +00:00 |
pschwartau%netscape.com
|
f2db0feaec
|
Initial add. Regression test for bug 127557.
|
2002-03-06 05:14:58 +00:00 |
pschwartau%netscape.com
|
90a17d03d6
|
Initial add. Regression test for bug 122076.
|
2002-03-04 04:11:47 +00:00 |
pschwartau%netscape.com
|
5c50a97069
|
Skip new test that uses the Error.stack property of SpiderMonkey.
|
2002-03-01 21:58:23 +00:00 |
pschwartau%netscape.com
|
cae89f0931
|
Initial add. Testing the Error.stack property of SpiderMonkey. This is an ECMA extension.
|
2002-03-01 21:50:18 +00:00 |
pschwartau%netscape.com
|
95713a1ba6
|
Improved regexp reporting for Rhino by imitating SpiderMonkey's Array.toSource() method.
|
2002-02-27 18:36:46 +00:00 |
pschwartau%netscape.com
|
52765a23f3
|
Adding two more cases to test. Improving readability.
|
2002-02-23 01:14:51 +00:00 |
pschwartau%netscape.com
|
8bd647f85c
|
Initial add.
|
2002-02-20 19:07:08 +00:00 |
pschwartau%netscape.com
|
474411362e
|
Skipping new testcase until bug 126317 is fixed.
|
2002-02-19 01:53:39 +00:00 |
pschwartau%netscape.com
|
9ba6a7adbd
|
Adding more cases and improving comments.
|
2002-02-18 23:59:15 +00:00 |
pschwartau%netscape.com
|
a42a6941bd
|
Fixing a typo in the comments
|
2002-02-18 23:29:54 +00:00 |
pschwartau%netscape.com
|
82dc1161ae
|
Initial add.
|
2002-02-18 22:03:46 +00:00 |
pschwartau%netscape.com
|
644a02b5da
|
Hard-coding the expected value for Error.length in Rhino vs. SpiderMonkey
|
2002-02-15 06:31:41 +00:00 |
pschwartau%netscape.com
|
cf200c945e
|
Adding a comment.
|
2002-02-14 20:42:44 +00:00 |
pschwartau%netscape.com
|
1558dcb700
|
Add skip for new RegExp performance test. Bug 125562 (Rhino), bug 85721 (SpiderMonkey).
|
2002-02-14 20:37:40 +00:00 |
rogerl%netscape.com
|
9176616495
|
Fixed expected output from case 1. (sr=pschwartau)
|
2002-02-14 19:21:13 +00:00 |
pschwartau%netscape.com
|
9f52495aaf
|
Correcting an error
|
2002-02-14 19:11:15 +00:00 |
pschwartau%netscape.com
|
68fab19f05
|
Initial add. Regression test for bug 85721.
|
2002-02-14 19:06:59 +00:00 |
nboyd%atg.com
|
fd53ae729f
|
Add skips for new tests.
|
2002-02-14 02:05:38 +00:00 |
pschwartau%netscape.com
|
707d16f185
|
Initial add. Testing functions with duplicate formal parameter names.
|
2002-02-12 01:35:05 +00:00 |
pschwartau%netscape.com
|
26a03c6b5d
|
Added two new cases to the test.
|
2002-02-11 23:02:32 +00:00 |
pschwartau%netscape.com
|
b48480f087
|
Improving readability of summary.
|
2002-02-11 22:04:16 +00:00 |
pschwartau%netscape.com
|
3e819f0609
|
Fixing a typo.
|
2002-02-11 20:13:59 +00:00 |
pschwartau%netscape.com
|
c632c407e1
|
Initial add. Testing functions with duplicate formal parameter names.
|
2002-02-11 19:39:12 +00:00 |
pschwartau%netscape.com
|
24bfd4186f
|
Added five new cases to test number values between uint32 upper-bound and long upper-bound.
|
2002-02-09 00:18:12 +00:00 |
pschwartau%netscape.com
|
fc321473a3
|
Improving readability.
|
2002-02-08 23:22:59 +00:00 |
pschwartau%netscape.com
|
119ec875f0
|
Improving readability.
|
2002-02-08 21:42:55 +00:00 |
pschwartau%netscape.com
|
29ba61d5fe
|
Initial add. Regression test for bug 123437.
|
2002-02-05 01:44:52 +00:00 |
pschwartau%netscape.com
|
377ad0431c
|
Initial add. Regression test for bug 123002.
|
2002-02-02 02:03:43 +00:00 |
pschwartau%netscape.com
|
95a2b2d215
|
Initial add. Regression test for bug 121744.
|
2002-01-30 21:57:28 +00:00 |
pschwartau%netscape.com
|
b7da12f224
|
Improving readablity.
|
2002-01-25 23:52:24 +00:00 |
pschwartau%netscape.com
|
9d200e2695
|
Improving readability.
|
2002-01-25 20:37:37 +00:00 |
pschwartau%netscape.com
|
82fd20a6f3
|
Improving readability.
|
2002-01-25 20:02:31 +00:00 |
pschwartau%netscape.com
|
06c3e5cc23
|
Skip another SpiderMonkey test generating infinite recursion and catching it as an error.
|
2002-01-25 03:39:21 +00:00 |
pschwartau%netscape.com
|
51855f980a
|
Added three more cases to the test.
|
2002-01-25 03:17:23 +00:00 |
pschwartau%netscape.com
|
0614853ab3
|
Initial add. Regression test for bug 121658.
|
2002-01-25 03:04:18 +00:00 |
nboyd%atg.com
|
4bec6381d7
|
Add new skip.
|
2002-01-24 14:10:35 +00:00 |
pschwartau%netscape.com
|
67426cf190
|
Correcting typo.
|
2002-01-24 02:31:51 +00:00 |
pschwartau%netscape.com
|
12529ce535
|
Initial add. Regression test for bug 96526.
|
2002-01-24 02:25:05 +00:00 |
pschwartau%netscape.com
|
4c97714bd2
|
Initial add; testing Error.prototype.toString()
|
2002-01-23 02:24:32 +00:00 |
pschwartau%netscape.com
|
2ee11a6472
|
Made sections 13 and 14 more precise.
|
2002-01-19 03:34:50 +00:00 |
pschwartau%netscape.com
|
045cf7247b
|
Added two more cases to test.
|
2002-01-18 07:07:13 +00:00 |
nboyd%atg.com
|
85c4ac9982
|
Skip changed test.
|
2002-01-17 13:50:47 +00:00 |
pschwartau%netscape.com
|
0bf973e9e1
|
Adding toInt32 tests for numbers between -2^31 and -2^32 with fractional parts. See bug 120083.
|
2002-01-16 00:16:48 +00:00 |
pschwartau%netscape.com
|
ef42ed2b41
|
Adding toInt32 tests for numbers greater than 2^31 with fractional parts. See bug 120083.
|
2002-01-15 23:27:12 +00:00 |
pschwartau%netscape.com
|
0f4744e066
|
Correcting a typo in comments-
|
2002-01-15 01:07:28 +00:00 |
pschwartau%netscape.com
|
1c6399c316
|
Initial add. Regression test for bug 119909.
|
2002-01-15 00:51:12 +00:00 |
nboyd%atg.com
|
9d02982aa1
|
Exclude Unicode-2 incompatible tests
|
2002-01-14 01:21:07 +00:00 |
pschwartau%netscape.com
|
150958d489
|
Correcting a mistaken comment.
|
2002-01-11 01:34:07 +00:00 |
pschwartau%netscape.com
|
720ebc13e5
|
Initial add. Regression test for bug 103602.
|
2002-01-11 01:23:40 +00:00 |
pschwartau%netscape.com
|
ea8826f7ad
|
Improving comments.
|
2002-01-09 19:53:02 +00:00 |
pschwartau%netscape.com
|
f12fb1d44e
|
Initial add. Regression test for bug 118849.
|
2002-01-09 01:09:15 +00:00 |
pschwartau%netscape.com
|
cde8c3d21b
|
Modified test to take account of the change in SpiderMonkey date format (bug 118266)
|
2002-01-08 02:23:26 +00:00 |
timeless%mac.com
|
711739d601
|
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
|
2001-12-23 23:23:41 +00:00 |
pschwartau%netscape.com
|
31ce82673c
|
Updating bug number reference in test. The original bug has outgrown.
|
2001-12-18 01:23:15 +00:00 |
pschwartau%netscape.com
|
7728370660
|
Initial add. Regression test for bug 114493.
|
2001-12-11 01:59:58 +00:00 |
pschwartau%netscape.com
|
d0b367fcca
|
Initial add. Regression test for bug 114491.
|
2001-12-11 01:59:22 +00:00 |
pschwartau%netscape.com
|
6db0021972
|
Adding new cases to test
|
2001-12-10 00:43:13 +00:00 |
pschwartau%netscape.com
|
7e34a351aa
|
Adding one more case to test
|
2001-12-08 03:29:52 +00:00 |
pschwartau%netscape.com
|
b7b791aed5
|
Added three more cases to test
|
2001-12-07 07:23:57 +00:00 |
pschwartau%netscape.com
|
49808661f6
|
Adding one more case to test.
|
2001-12-04 00:54:00 +00:00 |
pschwartau%netscape.com
|
227ef32281
|
Added more cases to test; updated the license at top.
|
2001-12-01 03:29:24 +00:00 |
pschwartau%netscape.com
|
a41f167264
|
Skipping a new, big test that exceeds Java classfile size limitations
|
2001-11-27 04:21:28 +00:00 |
pschwartau%netscape.com
|
541aea9c91
|
Initial add. Regression test for bug 111557.
|
2001-11-27 04:13:03 +00:00 |
nboyd%atg.com
|
d15a622b93
|
Update for new failures.
|
2001-11-23 01:20:56 +00:00 |