Commit Graph

565 Commits

Author SHA1 Message Date
Matthew Flatt
01866bcfb4 get rid of file numbered 2 instead of 8
svn: r5390
2007-01-18 12:16:05 +00:00
Matthew Flatt
4fe1f82d1b WXME version-8 examples
svn: r5388
2007-01-18 12:13:33 +00:00
Matthew Flatt
3f2f0e3ab9 rename prog to include format version
svn: r5387
2007-01-18 09:16:27 +00:00
Matthew Flatt
b2d9b73fb4 added program, corrected media6
svn: r5386
2007-01-18 09:15:42 +00:00
Matthew Flatt
f77e70643f some test graphical files in the v209 format (WXME version 6)
svn: r5385
2007-01-18 09:11:00 +00:00
Eli Barzilay
19c33a8e2a no need for string->immutable-string when creating exceptions
svn: r5372
2007-01-17 01:18:50 +00:00
Matthew Flatt
87c0d5754e 369.5
svn: r5366
2007-01-16 20:55:13 +00:00
Eli Barzilay
e51405b682 use system type for suffix
svn: r5365
2007-01-16 10:57:26 +00:00
Matthew Flatt
91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00
Eli Barzilay
9984b48d88 parse url schemes properly (some test reformatting)
svn: r5241
2007-01-07 09:09:27 +00:00
Matthew Flatt
51f9cba62a fix expand-path Windows test
svn: r5229
2007-01-05 07:10:37 +00:00
Matthew Flatt
6b60d57a86 359.3
svn: r5219
2007-01-04 11:14:58 +00:00
Matthew Flatt
a3fb51d8d2 try to fix quiet.ss
svn: r5180
2006-12-25 06:41:29 +00:00
Robby Findler
3e679de9a5 adapted repl to new prompt stuff, fixed minor other things along the way
svn: r5179
2006-12-24 20:55:33 +00:00
Matthew Flatt
7b13755dad unit clean-up
svn: r5160
2006-12-22 01:26:58 +00:00
Matthew Flatt
cf0b303497 359.2, collects changes
svn: r5143
2006-12-20 00:57:12 +00:00
Eli Barzilay
a772fa8c84 * Better dealing with errors in eval-string and read-from-string/-all
* Made them work with byte strings too
* Added tests to the above

svn: r5081
2006-12-11 18:03:33 +00:00
Robby Findler
d47247507f changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
svn: r5058
2006-12-07 22:32:31 +00:00
Matthew Flatt
fdfdf1bc92 fix bug in expand when adjusting the lexical-context info of a locally bound identifer
svn: r5056
2006-12-07 08:42:13 +00:00
John Clements
00574b6338 d'oh!
svn: r5039
2006-12-06 18:02:20 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Jacob Matthews
7c7ada4514 Added a test suite for net/cookie.ss, and fixed some bugs revealed by that test suite
svn: r5010
2006-12-03 00:02:40 +00:00
Chongkai Zhu
ef5f1e26c1 new SRFI 71 implementation
svn: r4942
2006-11-23 23:31:27 +00:00
Eli Barzilay
a0243b4616 fixed another typo in the code, added tests
svn: r4936
2006-11-23 17:49:24 +00:00
Eli Barzilay
f902ea5ba9 fixed some stuff, added tests, added simple option (no ranges)
svn: r4935
2006-11-23 17:38:53 +00:00
Eli Barzilay
6fbc2dc27f improved glob->regexp + tests
svn: r4933
2006-11-23 09:53:58 +00:00
Matthew Flatt
94adeb1d13 make more path tests run on all platforms, use system-idle-evt for some sync tests
svn: r4926
2006-11-23 01:50:34 +00:00
John Clements
404fad489d working on begin0
svn: r4915
2006-11-21 23:01:55 +00:00
John Clements
8e95c4ec7b back to old version of foreach
svn: r4861
2006-11-15 17:55:55 +00:00
Matthew Flatt
96897e5f92 fix certification problem with improved compilation of syntax
svn: r4859
2006-11-15 05:49:43 +00:00
Matthew Flatt
c5f4d87e2c change for-each back to always producing void
svn: r4832
2006-11-13 04:20:23 +00:00
Chongkai Zhu
e476c82b14 new srfis added
svn: r4823
2006-11-11 00:28:28 +00:00
Matthew Flatt
7fbbdd928d fix up mzc-test support
svn: r4822
2006-11-10 20:54:05 +00:00
Robby Findler
302fa08dd8 added in attribute tests (but commented out for now)
svn: r4818
2006-11-10 03:28:09 +00:00
Robby Findler
d64ec0948f added test for mzlib/etc.ss bugfix
svn: r4815
2006-11-09 22:42:46 +00:00
Kathy Gray
dfafe3c2c1 svn: r4812 2006-11-09 10:19:02 +00:00
Carl Eastlund
ba16e31583 Added tests of tail-call behavior in object methods:
- simple method calls
- (inner ...) calls, default case
- (inner ...) calls, augmented case
- overridden methods
- (super ...) calls in overridden methods

svn: r4797
2006-11-06 22:38:08 +00:00
John Clements
434b579d2f ...
svn: r4785
2006-11-05 17:43:45 +00:00
Shu-Yu Guo
eaf71a272a typos, name tests for opt/c.
svn: r4781
2006-11-05 06:45:58 +00:00
Robby Findler
18288da493 add tail call behavior test for -> contract
svn: r4779
2006-11-05 02:06:19 +00:00
Shu-Yu Guo
bd0b34a9ac - refactored opt/c to its own struct/prop
- moved opters next to their respective original contracts where possible
  - the rest moved to contract-basic-opters.ss to avoid module cycle
- fixed some typos

svn: r4774
2006-11-04 05:02:57 +00:00
Robby Findler
1effeb6a7c svn: r4764 2006-11-03 18:46:43 +00:00
John Clements
0d7c25bbb8 changing to stepper-syntax-property
svn: r4761
2006-11-03 17:12:04 +00:00
Matthew Flatt
03ffe8ec6e more port-read-handler tests
svn: r4753
2006-11-02 21:35:49 +00:00
Matthew Flatt
166f2ea539 some trait tests
svn: r4742
2006-11-01 23:02:36 +00:00
Robby Findler
80ca729b04 removed halfway done fix for sexp movement keys
svn: r4723
2006-10-31 23:05:23 +00:00
Robby Findler
58a0b99d35 improved forward sexp
svn: r4720
2006-10-31 20:29:39 +00:00
Matthew Flatt
22f8f9a50c expand showkeys display for 352.9
svn: r4704
2006-10-30 01:19:46 +00:00
Matthew Flatt
3c215723c3 more tests for 'disappeared-binding info for letrecs generated by internal definitions
svn: r4694
2006-10-28 23:55:54 +00:00
Matthew Flatt
55de7f011f some simplifications
svn: r4686
2006-10-26 06:56:56 +00:00
Matthew Flatt
a8465ee701 make defined names always mutable in HtDP advanced
svn: r4672
2006-10-23 07:05:21 +00:00
Matthew Flatt
5c940f0c94 test allowing first-order functions to higher-order primitives
svn: r4669
2006-10-22 01:46:02 +00:00
Matthew Flatt
c4cc339f69 tests for stripping trailing terminator by path-element->bytes
svn: r4665
2006-10-20 23:18:16 +00:00
Matthew Flatt
a991b6b33c 352.8 tests
svn: r4660
2006-10-20 13:56:29 +00:00
Matthew Flatt
6b385008ad numeric tests for (expt ... 1/2) and complex divide
svn: r4607
2006-10-14 22:41:26 +00:00
Robby Findler
585d319eac added star tests
svn: r4605
2006-10-14 19:53:31 +00:00
Kathy Gray
58751057b6 Moved profj-testing.ss out of profj and only into the testing file; methods from profj-testing used by profj are obsolete now
svn: r4601
2006-10-14 15:04:07 +00:00
Matthew Flatt
1c2211f8eb tests for 357.2, and clean up section report
svn: r4594
2006-10-13 22:06:06 +00:00
John Clements
4f27609b33 corrected & new tests for begin & begin0
svn: r4590
2006-10-13 19:16:10 +00:00
Matthew Flatt
405660261c checkpoint delim cont tests
svn: r4583
2006-10-13 11:29:52 +00:00
Matthew Flatt
1f1fb6d840 minor reformatting
svn: r4579
2006-10-13 06:27:09 +00:00
Matthew Flatt
5984c169d3 test suite for control library
svn: r4578
2006-10-13 06:24:20 +00:00
Matthew Flatt
949beaa30f checkpoint delim cont tests
svn: r4571
2006-10-12 22:17:56 +00:00
Matthew Flatt
280a6b9156 checkpoint delim cont test suite
svn: r4560
2006-10-12 06:39:58 +00:00
Matthew Flatt
a9020a3360 checkpoint delim cont tests
svn: r4541
2006-10-10 05:21:15 +00:00
Matthew Flatt
5a6ae9b550 checkpoint delim cont tests
svn: r4538
2006-10-10 01:01:38 +00:00
Matthew Flatt
8f14cdb434 checkoint delim cont tests
svn: r4510
2006-10-06 22:38:26 +00:00
Matthew Flatt
2bf78b3308 run call/cc tests via call-with-composable-continuation
svn: r4504
2006-10-06 04:10:45 +00:00
Robby Findler
7899d16121 one more test for [
svn: r4484
2006-10-04 21:10:58 +00:00
Matthew Flatt
6c0197bd86 snapshot new prompt test suite
svn: r4473
2006-10-04 03:07:16 +00:00
Kathy Gray
50ca4e1cbf Corrected bugs regarding exceptions and check ... catch
svn: r4464
2006-10-02 20:17:36 +00:00
Eli Barzilay
821135354b allow #:body without #:keys
svn: r4431
2006-09-25 13:00:28 +00:00
John Clements
02d9fbd35c back to all tests
svn: r4425
2006-09-23 11:20:37 +00:00
John Clements
885b2fa8d3 change to testing args (broken, actually).
svn: r4423
2006-09-23 11:10:08 +00:00
Robby Findler
90b688b143 fixed PR 8293
svn: r4420
2006-09-23 02:54:25 +00:00
Matthew Flatt
6e2f93b147 one more paren-shape correction and test
svn: r4409
2006-09-22 00:47:17 +00:00
Matthew Flatt
5baad79e7b tests to go with a recent rx bug fix
svn: r4403
2006-09-21 02:18:25 +00:00
Matthew Flatt
b0f28a2611 remove mysterious parsing of backslash-dollar in #px mode
svn: r4397
2006-09-20 13:39:55 +00:00
Matthew Flatt
0828cd338c fix parsing of backslash-dollar in #rx mode, as opposed to #px
svn: r4396
2006-09-20 13:31:19 +00:00
Matthew Flatt
7aa07153ce undo bad benchmark change
svn: r4382
2006-09-19 07:42:07 +00:00
Matthew Flatt
2ddb89e85b rx bug fix related to ranges that include 255
svn: r4381
2006-09-19 05:32:17 +00:00
Matthew Flatt
77f16ca00b final rx benchmark preparation for v352.6
svn: r4378
2006-09-19 00:37:06 +00:00
Matthew Flatt
3d722a8fdd rx benchmark minor additions
svn: r4361
2006-09-17 22:13:53 +00:00
Matthew Flatt
2df6cc568a benchmark refinements, including support for mzold
svn: r4358
2006-09-17 07:06:41 +00:00
Matthew Flatt
335ead2dae refine rx benchmark suite
svn: r4356
2006-09-17 05:08:27 +00:00
Matthew Flatt
ba794430fd mzunicode rx benchmarking
svn: r4342
2006-09-14 22:31:03 +00:00
Matthew Flatt
7e6ab6ee47 finish up rx benchmark
svn: r4337
2006-09-14 08:08:56 +00:00
Matthew Flatt
567ea0f59b another bug fix for conditionals
svn: r4334
2006-09-14 06:41:52 +00:00
Matthew Flatt
b240bd0a3a corrected conditional syntax
svn: r4333
2006-09-14 06:21:12 +00:00
Matthew Flatt
381ddd655b tests for rx conditionals
svn: r4332
2006-09-14 05:41:43 +00:00
Matthew Flatt
210cb5affe ... notation for continuing benchmarks
svn: r4330
2006-09-14 00:37:12 +00:00
Matthew Flatt
08f06adfc2 python support for rx benchmarking
svn: r4329
2006-09-14 00:35:39 +00:00
Matthew Flatt
b486f3c36a better to keep stuff used by common in common
svn: r4327
2006-09-13 23:25:09 +00:00
Matthew Flatt
d8e5d6b07d lift out common benchmark support
svn: r4326
2006-09-13 23:20:44 +00:00
Matthew Flatt
2b5360574c PCRE working, many benchmarks in place
svn: r4325
2006-09-13 23:05:57 +00:00
Matthew Flatt
f387919290 generalize slightly, for use with rx output
svn: r4323
2006-09-13 10:34:23 +00:00
Matthew Flatt
2534d8a3a5 another PCRE try
svn: r4322
2006-09-13 10:11:53 +00:00
Matthew Flatt
ce0ad68956 trying to get pcre to work
svn: r4321
2006-09-13 10:07:01 +00:00
Matthew Flatt
1558cf2b10 start on rx benchmark suite
svn: r4319
2006-09-13 06:40:12 +00:00
Matthew Flatt
0b1395e5d1 unicode-property tests
svn: r4303
2006-09-11 01:44:10 +00:00
Matthew Flatt
42f35ba39f better tests for port and char-string matching
svn: r4294
2006-09-10 13:26:55 +00:00
Matthew Flatt
1176bb973d new test suite for built-in pregexp
svn: r4288
2006-09-10 03:28:05 +00:00
Robby Findler
4c4c74eb50 svn: r4238 2006-09-04 20:46:20 +00:00
Robby Findler
4a6cee9cf8 fixed bug where the name has disappeared from a contract violation (and added test cases, of course)
svn: r4235
2006-09-04 02:07:01 +00:00
Robby Findler
204bc48a50 set things up to remove the cache
svn: r4234
2006-09-04 01:55:59 +00:00
Robby Findler
a39db76867 added a test
svn: r4215
2006-09-01 15:51:13 +00:00
Robby Findler
30e45917ce svn: r4214 2006-09-01 15:36:07 +00:00
Matthew Flatt
fb156c87fb add -o for auto.ss
svn: r4184
2006-08-29 07:43:53 +00:00
Matthew Flatt
da43f0e6a6 mored edits for the benchmark-info template
svn: r4172
2006-08-28 09:53:03 +00:00
Matthew Flatt
c7568529f4 tests for new tail-call positions
svn: r4171
2006-08-28 09:51:50 +00:00
Matthew Flatt
2c8ab78953 use bigloo -call/cc when needed
svn: r4168
2006-08-28 08:23:00 +00:00
Matthew Flatt
a834799e60 template edits
svn: r4166
2006-08-28 07:48:47 +00:00
Matthew Flatt
b75b99fe76 set property
svn: r4162
2006-08-28 00:05:22 +00:00
Matthew Flatt
066b4386e4 add template for web page
svn: r4158
2006-08-27 23:08:17 +00:00
Matthew Flatt
49469d1084 add nqueens to auto
svn: r4156
2006-08-27 11:52:07 +00:00
Matthew Flatt
107b76d5df add comparison tests with negative numbers
svn: r4154
2006-08-27 10:47:18 +00:00
Matthew Flatt
f735ba32f7 don't use /0 as an error
svn: r4152
2006-08-27 09:55:19 +00:00
Matthew Flatt
df317d58e7 mix, max, and call-with-values tests
svn: r4150
2006-08-27 09:51:22 +00:00
Matthew Flatt
fb6d1ac40e one more benchmark from Marc's set
svn: r4146
2006-08-26 22:45:51 +00:00
Matthew Flatt
078a815656 fix mzscheme wrapper, adjust iterations on some benchmarks
svn: r4115
2006-08-22 11:56:13 +00:00
Matthew Flatt
663786773c actually fix larceny clean-up
svn: r4113
2006-08-22 06:08:31 +00:00
Matthew Flatt
374b5d9ed6 fix larceny clean-up
svn: r4112
2006-08-22 06:07:33 +00:00
Matthew Flatt
6d48f2d7cc restore graphs benchmark
svn: r4110
2006-08-22 05:33:28 +00:00
Matthew Flatt
950c45c9ac make benchmark durations more consistent, clean up p anti-specialization wrappers, clean up infrastructure, and support per-implementation normalization
svn: r4109
2006-08-22 05:14:18 +00:00
Matthew Flatt
732a319efe fix properties, refine auto
svn: r4074
2006-08-16 23:10:31 +00:00
Matthew Flatt
c66d1238d0 add mzscheme-tl
svn: r4061
2006-08-13 15:29:42 +00:00
Matthew Flatt
22e4122a81 spell util correctly
svn: r4060
2006-08-13 13:49:55 +00:00
Matthew Flatt
b69603ce03 try to make -lutil automatic
svn: r4059
2006-08-13 13:48:50 +00:00
Matthew Flatt
329800478e repairs
svn: r4058
2006-08-13 13:47:30 +00:00
Matthew Flatt
736a384305 fix larceny driver
svn: r4057
2006-08-13 12:21:02 +00:00
Matthew Flatt
9e00e27dbf added missing file
svn: r4056
2006-08-13 12:18:24 +00:00
Matthew Flatt
56c86466a3 larceny
svn: r4055
2006-08-13 12:13:51 +00:00
Matthew Flatt
ff8b69cf70 automate
svn: r4054
2006-08-13 12:09:55 +00:00
Eli Barzilay
35893972e8 typo
svn: r4036
2006-08-12 05:22:55 +00:00
Eli Barzilay
9bdc6a8aba different names for lazy tests
svn: r4035
2006-08-12 05:22:10 +00:00
Eli Barzilay
bcbf530dd1 * Fancy macro for test specification
* Lots of test rewrites using new macro
* Two more lazy examples (would be enough for some time)

svn: r4034
2006-08-12 05:21:45 +00:00
Eli Barzilay
c75c333174 Formatting -- end files with a newline, convert WXME file to new version, etc
svn: r4025
2006-08-10 21:25:13 +00:00
Robby Findler
97e613ac54 fixed buggy test suite
svn: r3998
2006-08-09 14:07:02 +00:00
Robby Findler
d3a494fdeb fixed break-related bug in drscheme repl
svn: r3993
2006-08-09 03:28:54 +00:00
Kathy Gray
a361348bdc Corrected bug of conflicting names between import and current file
svn: r3985
2006-08-08 17:58:37 +00:00
Robby Findler
a582a09d66 fixed PR 8210
svn: r3979
2006-08-07 13:31:32 +00:00
John Clements
720969a8b6 added yet another argument to go, 1 test for lazy
svn: r3977
2006-08-07 12:54:07 +00:00
Matthew Flatt
3d390e301e pre-resolve is-mutated flag was mixed up with post-resolve is-initialized flag
svn: r3974
2006-08-05 18:20:20 +00:00
Matthew Flatt
8e75fd1e94 readtable paren tests
svn: r3963
2006-08-04 19:57:26 +00:00
Matthew Flatt
24880e18a4 fix verifier for optimizer-introduced raise-arity-error on a closure converted to accept a mutable variable reference
svn: r3944
2006-08-03 20:02:24 +00:00
Matthew Flatt
2b7a722b33 fix scoped init names (i.e., when combined with define-local-member-name)
svn: r3937
2006-08-02 20:14:32 +00:00
Robby Findler
cd03877fae added tests for pr 8136 and recent posts about top-level namespace strangeness on plt-scheme
svn: r3935
2006-08-02 19:04:35 +00:00
Eli Barzilay
2d7c1f6947 flush section header outputs
svn: r3930
2006-08-02 18:03:27 +00:00
Kathy Gray
325c304560 Correction to bug causing methods with the same name and different access to interfere with each other.
Correction to bug allowing package access methods to implement interface methods.
Correction to bug preventing interactions window from accessing protected fields.

svn: r3922
2006-08-02 03:53:43 +00:00
John Clements
105c6830be a few more tests
svn: r3907
2006-07-31 14:47:28 +00:00
John Clements
47c2b6d511 added tests for head.ss, incl. bytes-type tests where applicable
svn: r3905
2006-07-31 14:30:09 +00:00
Matthew Flatt
ca2b00a9a3 check new optimizations, BEGIN_/END_ESCAPABLE
svn: r3901
2006-07-31 11:40:07 +00:00
Matthew Flatt
4d090051cc make gambit-prelude better fit suffix convention
svn: r3870
2006-07-28 16:47:25 +00:00
Matthew Flatt
39c40327ab refine build options for chicken, etc.
svn: r3869
2006-07-28 16:45:42 +00:00
Matthew Flatt
61079f028b instructions for gambit/bigloo
svn: r3864
2006-07-28 13:55:58 +00:00
Matthew Flatt
968bd4adac helpers for bigloo and gambit
svn: r3863
2006-07-28 13:54:27 +00:00
Matthew Flatt
2757a3e7cc more iterations
svn: r3862
2006-07-28 13:30:28 +00:00
Matthew Flatt
b930ce0747 352.1
svn: r3861
2006-07-28 13:00:14 +00:00
Eli Barzilay
bb5b45b181 re-do changes that were undone in r3843
svn: r3859
2006-07-28 08:15:46 +00:00
Matthew Flatt
94e726f309 benchmark lambda lifting
svn: r3851
2006-07-27 20:09:25 +00:00
Matthew Flatt
d615bccb08 collect benchmark programs together in one place, finally
svn: r3848
2006-07-27 19:32:22 +00:00
Eli Barzilay
5099b078c6 Undo the following revisions:
r3839
  r3825
  r3823
  r3821
  r3820 (undo only the changes in drscheme/private/debug.ss)
  r3792
  r3791

They will be re-done after v352 is released

svn: r3843
2006-07-27 17:12:18 +00:00
Robby Findler
967cd9ab14 fixed PR 8190
svn: r3839
2006-07-27 14:10:55 +00:00
Robby Findler
b50627ffe6 added test for toplevel bug
svn: r3821
2006-07-26 12:24:47 +00:00
Robby Findler
c937d4aa28 added more or/c tests
svn: r3793
2006-07-24 14:51:52 +00:00
Robby Findler
61254b02e7 trims the top of the stack, removing drscheme-specific frames, plus fixes to the test suites
svn: r3792
2006-07-24 13:32:47 +00:00
Matthew Flatt
92723b21c6 fix JIT bug in checking last arg for string-set
svn: r3777
2006-07-21 12:34:35 +00:00
Noel Welsh
23a7524be4 Update some tests to SchemeUnit 2, and change load-srfis to load new SRFIs since last time
svn: r3773
2006-07-20 13:08:43 +00:00
Eli Barzilay
6f4093f152 set svn:eol-style and executable properties
svn: r3764
2006-07-19 05:01:31 +00:00
Robby Findler
3cf662e760 cleanups in test suites
svn: r3763
2006-07-19 04:34:48 +00:00
Robby Findler
daf17eb616 made case-lambda work with the magic [ thing and fixed up some test suites
svn: r3754
2006-07-18 18:55:18 +00:00
Robby Findler
61f541091f fixed a bug where color-list->image accepts only color structs, rather than all kinds of colors
svn: r3743
2006-07-17 17:31:25 +00:00
Matthew Flatt
fb2b7fbf05 fix shortcut prefix test
svn: r3737
2006-07-17 02:45:29 +00:00
Matthew Flatt
b8e4c018f2 get context right for forms put into a module
svn: r3736
2006-07-17 02:44:37 +00:00
Eli Barzilay
7cb8b4536d fix tests to work on Windows (with standard paths?)
svn: r3735
2006-07-17 00:43:31 +00:00
Matthew Flatt
827ee8b2b8 fix weak hash-table equivalence test
svn: r3728
2006-07-16 14:19:00 +00:00
Matthew Flatt
1330db7577 skip reencode test if converter is not available
svn: r3725
2006-07-16 13:01:31 +00:00
Matthew Flatt
721cdd300b fix bytes->string/utf-8 when permissive char is NUL
svn: r3724
2006-07-16 12:49:46 +00:00
Matthew Flatt
14c5562e7e download version 4.1 of the normalization test suite
svn: r3720
2006-07-16 02:40:55 +00:00
Robby Findler
73ce86e94b fixed PR 8166
svn: r3701
2006-07-13 19:29:04 +00:00
Eli Barzilay
01e534d059 typos in curried C code
svn: r3685
2006-07-11 21:51:02 +00:00
Eli Barzilay
46bd46d4bc added tests that were left out by mistake
svn: r3684
2006-07-11 21:49:27 +00:00
Robby Findler
0d07f36ab7 added first order checking and some stop-gap checking for sub-structs
svn: r3675
2006-07-10 20:57:33 +00:00
Matthew Flatt
aad04a274b fix case in restart test
svn: r3671
2006-07-10 13:33:47 +00:00
Eli Barzilay
794a1725e6 byte is unsigned (does not really matter)
svn: r3666
2006-07-09 21:08:48 +00:00
Robby Findler
49667529da improved running time of contracts and moved some provide/contracts to the bottom of files (not necc yet, but may become necc)
svn: r3665
2006-07-09 21:07:04 +00:00
Eli Barzilay
eb5963905c report errors in the same order they happened
svn: r3664
2006-07-09 21:04:15 +00:00
Eli Barzilay
55619b853e * made quiet.ss show real errors properly (tricky...)
* the exit code of quiet.ss is now 1 for failed tests, 2 for an
  unexpected error, and 3 for a timeout
* added net.ss and uni-norm.ss to all.ss
* uni-norm.ss will retrieve the test file if it doesn't find it
* it will also throw an error if it cannot retrieve proper tests

svn: r3662
2006-07-09 05:32:41 +00:00
Eli Barzilay
c8cb92db51 added timeout to quiet.ss
svn: r3657
2006-07-07 23:56:37 +00:00
Eli Barzilay
ead6ec7bdc document the last change
svn: r3656
2006-07-07 23:47:06 +00:00
Eli Barzilay
bbf54efde9 Better output: using quiet.ss will show nothing except for section
headers and errors (if any).  Also, using quiet.ss will exit with an
error code if there were errors.

svn: r3655
2006-07-07 23:46:35 +00:00
Eli Barzilay
66128ed43b possible to run the foreign test from any directory
svn: r3653
2006-07-07 21:26:02 +00:00
Matthew Flatt
7993786b03 better display, extra info for v350.4
svn: r3621
2006-07-06 16:07:22 +00:00
Robby Findler
79ae279b79 extended or/c to support multiple higher-order contracts
svn: r3606
2006-07-06 02:08:12 +00:00
Matthew Flatt
6706befaa3 350.2
svn: r3496
2006-06-27 12:34:39 +00:00
Robby Findler
6cd4b0009b generalized and/c
svn: r3422
2006-06-20 20:49:18 +00:00
Robby Findler
f052bbb28b fixed PR 8133
svn: r3420
2006-06-20 03:48:56 +00:00
Matthew Flatt
f272ae9d7e define-member-name and member-name-key
svn: r3415
2006-06-19 13:04:54 +00:00
Matthew Flatt
eb9f86c195 start at a test suite for .plt creation
svn: r3393
2006-06-18 02:43:42 +00:00
Matthew Flatt
8d3d7b10d3 new support file for make-executable tests
svn: r3392
2006-06-18 02:00:13 +00:00