bob%bclary.com
3088a07df0
JS Test Library - handle global object toString containing address in debug builds
2006-01-13 19:50:49 +00:00
bob%bclary.com
c35118dd68
JS Test Library - properly escape embedded tags in output to browser windows, add call to actual GC from the JSDebugger service
2006-01-13 19:26:59 +00:00
bob%bclary.com
57e398e664
JS Test Library - make sure JavaScriptOptions has the appropriate permission, no bug, not part of the build
2006-01-13 16:23:39 +00:00
bob%bclary.com
3e14b5d7a8
Update template boilerplate for 2006, no bug, not part of the build
2006-01-03 04:16:14 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
bob%bclary.com
5b4784639f
Remove @ native from global toString in debug builds, no bug, not part of the build
2005-11-24 04:43:16 +00:00
bob%bclary.com
f31bc63890
Add call to test() to display status messages, no bug, not part of the build
2005-11-24 04:01:38 +00:00
bob%bclary.com
2f0678e8b8
Change GLOBAL string to be calculated from global this.toString() to eliminate erroneous errors in debug builds, no bug, not part of the build
2005-11-24 03:41:37 +00:00
bob%bclary.com
32c9983b76
Handle negative results tests in browser based tests, no bug, not part of the build
2005-11-20 06:06:54 +00:00
bob%bclary.com
d06d025e1f
Be sure to reset JavaScript options before test ends.
2005-10-28 08:16:10 +00:00
bob%bclary.com
8bf2b51a32
JavaScript Test Library - trap exceptions when getting non-existent options in JavaScriptOptions()
2005-10-28 08:13:36 +00:00
bob%bclary.com
4ee3992837
Rewrite code to switch javascript options for strict/werror
2005-10-17 22:33:38 +00:00
bob%bclary.com
94ef0d67d7
automated testing - add full path to test results written to stdout, add simulated gc() for browser based tests (from Igor Bukanov), not part of the build, no bug
2005-10-09 23:19:44 +00:00
bob%bclary.com
72c895c606
startTest() must follow bug number in order to report bug number, no bug, not part of the build
2005-09-30 02:44:11 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bob%bclary.com
eae632ddc4
ECMA 262, 10.1.3 - Function Declarations, bug 299639. Test by mozilla@florian.loitsch.com
2005-07-28 03:17:06 +00:00
bob%bclary.com
20ce8d35ff
function prototypes are now enumerable, bug 299642. Hat tip to mrbkap
2005-07-27 22:28:25 +00:00
bob%bclary.com
dd5b172740
remove keyword tests from spidermonkey-n.tests, add options('strict', 'werror') to force exceptions.
2005-06-10 05:22:15 +00:00
bob%bclary.com
4218d0f595
Add ability to run js/tests from browsers. Bug 263119
2005-03-18 19:09:59 +00:00
gerv%gerv.net
8c57572d65
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-12 20:11:18 +00:00
gerv%gerv.net
dabddf2034
Bug 236613: change to MPL/LGPL/GPL tri-license. This checkin does not actually change any licenses, but makes indentation and comment-formatting fixes so that the relicensing script is able to parse all the license blocks in the js/ directory. Once the smoke has cleared, I'll do the second step.
2005-02-02 23:52:03 +00:00
pschwartau%netscape.com
deef919aa1
Correcting a typo in the test that had made it pass vacuously.
2003-02-19 01:51:38 +00:00
pschwartau%netscape.com
12215231ec
Correcting a typo in the test that had made it pass vacuously.
2003-02-19 01:43:27 +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
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
ced142b993
Correcting error in InLeapYear() function.
2001-05-29 16:27:45 +00:00
pschwartau%netscape.com
ee7d187c51
Correcting a mistake in InLeapYear() function.
2001-05-29 16:10:58 +00:00
pschwartau%netscape.com
eeb1f8d3a4
Adjusting hard-coded Pacific timezone date testcases to work in any tester's timezone -
2000-12-26 20:02:04 +00:00
pschwartau%netscape.com
d95b80f20b
Adding functionality to adjust hard-coded date tests (written for Pacific timezone) for the tester's own timezone
2000-12-26 19:55:05 +00:00
pschwartau%netscape.com
f2b2a38eb0
Modifiying one line that was failing in GMT+ timezones (i.e. east of Greenwich)
2000-12-26 19:34:07 +00:00
pschwartau%netscape.com
95b6a804bd
Replaced hard-coded TZ_DIFF = -8 with a dynamically-calculated value
2000-12-05 01:47:15 +00:00
pschwartau%netscape.com
a9e6050906
Removed hard-coded line var TZ_DIFF = -8. It's already set in the pre-loaded shell.js file.
2000-12-02 23:59:58 +00:00
pschwartau%netscape.com
807f22a27f
Removing outdated testcase. See Bugzilla bug 49233.
2000-11-27 19:39:18 +00:00
pschwartau%netscape.com
c9886e3a1e
Removing outdated testcase. See bug 49233.
2000-11-27 19:32:41 +00:00
norris%netscape.com
77400866c1
clean up tests
1999-12-03 23:54:36 +00:00
norris%netscape.com
a63bc514b9
Remove spurious quote
1999-12-03 23:17:43 +00:00
norris%netscape.com
4d33f84af9
VAR --> var
1999-12-03 23:16:23 +00:00
rginda%netscape.com
b6a1a75c47
Added liveconnect option to runtests2.pl, there are now so many shells supported that the -e|--engine=<type> option has replaces all the individual engine options, such as -d, -o, and -r.
...
Updated bugnumber in the function-001(-n)?.js files, and minor simplification in the 10.1.3 testcase.
1999-11-30 22:16:34 +00:00
rginda%netscape.com
ca7546867b
* Makefile
...
Add target for windows systems.
* runtests2.pl
Add xpcshell option, no longer requires \n at end of list file.
* ecma/ExecutionContexts/10.1.3.js
Reformatted.
1999-11-23 22:35:35 +00:00
rginda%netscape.com
db611ebed7
s/FAILED!/{return a failure}/ in testcase description to keep from fooling the test driver.
1999-11-20 01:43:44 +00:00
dmose%mozilla.org
a3997676e7
updated license boilerplate to xPL v1.1
1999-11-02 22:23:59 +00:00
rogerl%netscape.com
70c652cda0
That's much cooler - i'm putting the 0 case back then.
1999-11-02 01:31:45 +00:00
rogerl%netscape.com
5bb6a11dcb
New ECMA spec for no argument calls to max & min - should return +/- Inf
1999-10-29 22:48:33 +00:00
norris%netscape.com
9a8c3dfaeb
Don't print out control characters that break the driver.
1999-10-22 17:31:59 +00:00
rogerl%netscape.com
ace733bf91
Loop from 1 instead of 0 since the test result parsing gets messed up by
...
the null strings not containing 'PASSED'. The 0 case isn't all that
important for upperCase testing.
1999-10-21 22:18:52 +00:00
rogerl%netscape.com
618f886f77
Changed tests for ECMA 3 definition of array.length handling.
1999-10-18 16:55:44 +00:00