rust/src/test/run-pass
2011-01-10 11:31:33 -08:00
..
native-mod-src Populate tree. 2010-06-23 21:03:09 -07:00
native-src Populate tree. 2010-06-23 21:03:09 -07:00
acyclic-unwind.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
alt-pattern-drop.rs Support a special const-value refcount, use it for const strings. 2010-11-09 14:15:07 -08:00
alt-pattern-simple.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
alt-tag.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
alt-type-simple.rs Modified parser to handle alt type andadded a few tests 2010-08-21 02:41:43 +03:00
append-units.rs Support single-element append on vec, str. Closes #44. 2010-08-20 09:58:22 -07:00
argv.rs Populate tree. 2010-06-23 21:03:09 -07:00
arith-0.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
arith-1.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
arith-2.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
auto-instantiate.rs Add automatic parameter instantiation. Closes #45. 2010-08-26 14:47:18 -07:00
autoderef-full-lval.rs ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base. 2010-07-19 19:06:55 -07:00
autoderef-objfn.rs Autoderef objects when passing them as implicit (indirect) arg upon vtbl-dispatch. Add testcase and XFAIL it on LLVM. Closes #112. 2010-07-19 18:25:26 -07:00
basic-1.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
basic-2.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
basic.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
bind-exterior.rs Merge obj-drop and closure-drop code, handles freeing bound exteriors now. 2010-08-25 16:21:50 -07:00
bind-interior.rs New test, bind-interior.rs. 2011-01-06 12:56:30 -08:00
bind-obj-ctor.rs Populate tree. 2010-06-23 21:03:09 -07:00
bind-thunk.rs Populate tree. 2010-06-23 21:03:09 -07:00
bind-trivial.rs Populate tree. 2010-06-23 21:03:09 -07:00
bitwise.rs Populate tree. 2010-06-23 21:03:09 -07:00
bool-not.rs Insure bools remain 0x1 or 0x0 by having boolean-NOT not just be a simple bit-NOT. 2010-08-25 17:17:14 -07:00
box-in-tup.rs Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking. 2010-11-02 15:24:46 -07:00
box-unbox.rs Correct existing reliance on auto-box / unbox behavior in tests. 2010-07-01 18:37:30 -07:00
box.rs Add minimal test for box/deref. 2010-12-02 15:02:17 -08:00
cast.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
chan-poweroftwo.rs Fix circular_buffer growth when _next != 0 2011-01-10 11:31:33 -08:00
char.rs Populate tree. 2010-06-23 21:03:09 -07:00
child-outlives-parent.rs Add tests and fix pexp bug. Closes #141. 2010-08-03 12:20:29 -07:00
clone-with-exterior.rs Populate tree. 2010-06-23 21:03:09 -07:00
comm.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
command-line-args.rs Populate tree. 2010-06-23 21:03:09 -07:00
complex.rs rustc: Typecheck whiles and do-whiles. Add a workaround to complex.rs pending a solution to the one-armed-if problem. 2010-11-23 17:02:08 -08:00
const.rs Translate const uses via runtime expression evaluation. 2010-09-14 11:44:25 -07:00
constrained-type.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
dead-code-one-arm-if.rs Populate tree. 2010-06-23 21:03:09 -07:00
deep.rs Populate tree. 2010-06-23 21:03:09 -07:00
deref.rs New test of explicit deref operator. 2010-07-02 12:55:12 -07:00
destructor-ordering.rs Change the destructor-ordering test to use channels instead of a shared mutable object. 2010-08-06 17:17:04 -07:00
div-mod.rs Populate tree. 2010-06-23 21:03:09 -07:00
drop-bind-thunk-args.rs Fix bug in bind thunks failing top drop unbound args; add test and adjust rustc to use bind again. 2010-09-30 17:39:37 -07:00
drop-on-empty-block-exit.rs Drop slots on block exits even when blocks have no statements. Part way to fixing bind leakage in rustc. 2010-09-30 16:10:30 -07:00
drop-on-ret.rs Populate tree. 2010-06-23 21:03:09 -07:00
drop-parametric-closure-with-bound-box.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
else-if.rs Populate tree. 2010-06-23 21:03:09 -07:00
export-non-interference.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
exterior.rs Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking. 2010-11-02 15:24:46 -07:00
fact.rs Populate tree. 2010-06-23 21:03:09 -07:00
fn-lval.rs Testcase (XFAILed) for fn item given as lval. 2010-06-28 21:18:09 -07:00
foreach-nested-2.rs Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-precedence prefix inside paren. 2010-12-13 09:25:19 -08:00
foreach-nested.rs Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-precedence prefix inside paren. 2010-12-13 09:25:19 -08:00
foreach-put-structured.rs Populate tree. 2010-06-23 21:03:09 -07:00
foreach-simple-outer-slot.rs Populate tree. 2010-06-23 21:03:09 -07:00
foreach-simple.rs Populate tree. 2010-06-23 21:03:09 -07:00
fun-call-variants.rs Populate tree. 2010-06-23 21:03:09 -07:00
fun-indirect-call.rs Populate tree. 2010-06-23 21:03:09 -07:00
generic-bind.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-derived-type.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-drop-glue.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-exterior-box.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-fn-infer.rs Populate tree. 2010-06-23 21:03:09 -07:00
generic-fn-twice.rs Add (XFAILed) testcase for typechecker issue where fns-in-mods appear to lose their type parameters over the course of the typechecking pass. 2010-06-29 16:13:26 -07:00
generic-fn.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-iter-frame.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
generic-obj-with-derived-type.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
generic-obj.rs Adjust testcase to cover issue #91, which was actually fixed back in commit f02f9cbf29. Closes #91. 2010-07-26 15:52:59 -07:00
generic-recursive-tag.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
generic-tag-alt.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
generic-tag-values.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
generic-tag.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
generic-type-synonym.rs Populate tree. 2010-06-23 21:03:09 -07:00
generic-type.rs Populate tree. 2010-06-23 21:03:09 -07:00
hello.rs Populate tree. 2010-06-23 21:03:09 -07:00
i8-incr.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
i32-sub.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
import2.rs Add sufficient import support to compile some simple single-crate programs. 2011-01-07 15:17:18 -08:00
import3.rs Add sufficient import support to compile some simple single-crate programs. 2011-01-07 15:17:18 -08:00
import.rs Populate tree. 2010-06-23 21:03:09 -07:00
inner-module.rs Populate tree. 2010-06-23 21:03:09 -07:00
int.rs Populate tree. 2010-06-23 21:03:09 -07:00
integral-indexing.rs Move 'as' precedence up to just above relational; support indexing str and vec by all integral types. Closes #94. 2010-08-05 10:04:11 -07:00
item-name-overload.rs Add testcases for item name conflict at the same path level. 2010-06-25 01:26:44 -07:00
iter-range.rs Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111. 2010-07-22 12:11:39 -07:00
iter-ret.rs Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100. 2010-07-22 12:24:55 -07:00
large-records.rs Populate tree. 2010-06-23 21:03:09 -07:00
lazy-and-or.rs rewrite 'mutable &' as '& mutable', corresponding to grammar shift. 2010-06-30 02:30:17 -07:00
lazy-init.rs Some more typestate tests. 2010-07-08 07:33:25 -07:00
lazychan.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
leak-box-as-tydesc.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
lib-bitv.rs Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking. 2010-11-02 15:24:46 -07:00
lib-deque.rs rustboot: Emit an error instead of asserting in trans when a T is passed by value 2010-10-28 15:07:05 -07:00
lib-int.rs Fix edge case in uint->string conversion. 2010-08-25 13:54:27 -07:00
lib-io.rs Test the buffered reader and writer in _io. 2010-08-20 12:57:38 -07:00
lib-map.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
lib-rand.rs Expose an RNG (the one used by our runtime) to Rust via std. 2010-07-25 21:45:09 -07:00
lib-sort.rs Add std.sort, with a simple mergesort. 2010-12-21 00:44:06 -08:00
lib-str.rs Add some basic string functions: index, rindes, find, substr, split, concat, connect. 2010-09-22 15:27:40 -07:00
lib-task.rs Rename lib tests, enable lib-int.rs using _str.eq for now. 2010-08-24 09:09:04 -07:00
lib-uint.rs Workaround issue #152 in _uint.next_power_of_two 2010-08-26 11:57:48 -07:00
lib-vec-str-conversions.rs Add native vec[u8] to str converter. Put in workaround for leak in str to vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers. 2010-08-11 16:06:45 -07:00
lib-vec.rs Implement a map2() function in std._vec 2010-11-09 15:38:42 -08:00
linear-for-loop.rs Fix linear for loops on strings to not hit trailing null. 2010-09-22 15:27:35 -07:00
list.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
many.rs Log completion on the many.rs test. 2010-07-04 22:41:57 -07:00
mlist-cycle.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
mlist.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
multiline-comment.rs Issue 66: Multi-line comments 2010-07-08 22:43:15 +08:00
mutable-alias-vec.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
mutable-vec-drop.rs Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-precedence prefix inside paren. 2010-12-13 09:25:19 -08:00
mutual-recursion-group.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
native-mod.rc Populate tree. 2010-06-23 21:03:09 -07:00
native-opaque-type.rs Populate tree. 2010-06-23 21:03:09 -07:00
native.rc Populate tree. 2010-06-23 21:03:09 -07:00
obj-as.rs Populate tree. 2010-06-23 21:03:09 -07:00
obj-drop.rs Box the integer passed to the handle in obj-drop.rs. No more implicit arg-boxing. 2010-07-01 18:04:21 -07:00
obj-dtor.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
obj-recursion.rs Add test of recursive object types (ha, work by default) and fix effect-walker bug revealed by it. 2010-06-25 12:15:40 -07:00
obj-return-polytypes.rs Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly work, possibly a little bumpy. Changes a lot. 2010-09-09 15:59:29 -07:00
obj-with-vec.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
opeq.rs Populate tree. 2010-06-23 21:03:09 -07:00
operator-associativity.rs Fix pexp parser to do left-associativity, not right. Closes #130. 2010-08-04 13:44:22 -07:00
output-slot-variants.rs Correct existing reliance on auto-box / unbox behavior in tests. 2010-07-01 18:37:30 -07:00
over-constrained-vregs.rs Make vreg constrs per-quad, regfence on nontrivial constrs, back out workaround to _uint, add regression test. Closes #152. 2010-08-26 16:27:47 -07:00
pred.rs Populate tree. 2010-06-23 21:03:09 -07:00
preempt.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
readalias.rs Populate tree. 2010-06-23 21:03:09 -07:00
rec-auto.rs Populate tree. 2010-06-23 21:03:09 -07:00
rec-extend.rs Populate tree. 2010-06-23 21:03:09 -07:00
rec-tup.rs Populate tree. 2010-06-23 21:03:09 -07:00
rec.rs Populate tree. 2010-06-23 21:03:09 -07:00
return-nil.rs Populate tree. 2010-06-23 21:03:09 -07:00
simple-obj.rs Populate tree. 2010-06-23 21:03:09 -07:00
size-and-align.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
spawn-fn.rs Populate tree. 2010-06-23 21:03:09 -07:00
spawn-module-qualified.rs Distill semantics of use-def maps to fewer and more-obvious words. 2010-07-27 11:19:43 -07:00
spawn.rs Populate tree. 2010-06-23 21:03:09 -07:00
stateful-obj.rs Populate tree. 2010-06-23 21:03:09 -07:00
str-append.rs Add issue #163 testcase to str-append testcase. 2010-09-20 17:42:14 -07:00
str-concat.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
str-idx.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
structured-compare.rs Implement preliminary form of structured compare. No boxes, vectors or strings yet. 2010-09-21 11:47:10 -07:00
syntax-extension-fmt.rs Sketch out #fmt syntax extension in rustboot. 2010-10-01 14:54:40 -07:00
syntax-extension-shell.rs Sketch out #fmt syntax extension in rustboot. 2010-10-01 14:54:40 -07:00
tag.rs Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb. 2010-09-20 23:56:43 -07:00
tail-call-arg-leak.rs Fix leaking arg slots on tail calls. Closes #160. 2010-09-13 13:37:24 -07:00
tail-cps.rs Populate tree. 2010-06-23 21:03:09 -07:00
tail-direct.rs Populate tree. 2010-06-23 21:03:09 -07:00
task-comm-0.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-1.rs Added a message passing system based on lock free queues for inter-thread communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes. 2010-07-19 14:05:18 -07:00
task-comm-2.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
task-comm-3.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
task-comm-4.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-5.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-6.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-7.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-8.rs Add a bunch of comm tests. 2010-07-28 20:30:30 -07:00
task-comm-9.rs Fixed race in the rust kernel. 2010-09-07 23:37:51 -07:00
task-comm-10.rs Ignore upcall_flush for channels that are disassociated from ports. This makes task-comm-10 break a little less hard, but it still leaks because messages pending in the channel are never freed. 2010-08-11 16:08:45 -07:00
task-comm-11.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-12.rs Small updates to test cases. 2010-09-07 18:41:07 -07:00
task-comm-13-thread.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-13.rs First pass on splitting stratum and opacity off of effects. WIP. 2010-11-02 11:11:58 -07:00
task-comm-15.rs Small updates to test cases. 2010-09-07 18:41:07 -07:00
task-comm.rs Updated/added test cases. 2010-08-09 06:53:37 -07:00
task-killjoin.rs Don't attempt to wake tasks that aren't blocked. 2011-01-03 10:59:00 -08:00
task-life-0.rs Added test cases. 2010-08-11 16:08:45 -07:00
threads.rs Small updates to test cases. 2010-09-07 18:41:07 -07:00
tup.rs Populate tree. 2010-06-23 21:03:09 -07:00
type-in-nested-module.rs Add testcase I meant to add in 9ee3475e09. 2011-01-03 13:54:55 -08:00
type-sizes.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
u8-incr-decr.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
u8-incr.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
u32-decr.rs Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129. 2010-07-27 19:21:51 -07:00
uint.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
unit.rs Populate tree. 2010-06-23 21:03:09 -07:00
use-import-export.rs permit use before import. closes #48 2010-07-16 07:19:14 +08:00
use.rs Parse 'import' directives in rustc. 2010-12-24 21:06:14 -08:00
user.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
utf8.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
vec-alloc-append.rs Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. 2010-07-26 15:22:21 -07:00
vec-append.rs Support a special const-value refcount, use it for const strings. 2010-11-09 14:15:07 -08:00
vec-concat.rs Populate tree. 2010-06-23 21:03:09 -07:00
vec-drop.rs Box the args entering the vec-drop test. 2010-07-02 12:32:28 -07:00
vec-in-tup.rs Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking. 2010-11-02 15:24:46 -07:00
vec-late-init.rs Fix post-stmt drop calculations. Closes #106. 2010-07-11 22:31:56 -07:00
vec-slice.rs Populate tree. 2010-06-23 21:03:09 -07:00
vec.rs Populate tree. 2010-06-23 21:03:09 -07:00
while-and-do-while.rs Fix buggy while and do-while translation in rustc. Add test. 2010-11-04 07:55:33 -07:00
while-flow-graph.rs Fix a bunch of typestate bugs in handling if and while statement wirings. 2010-08-19 18:42:32 -07:00
while-prelude-drop.rs Isolate while-header bug to minimal testcase, fix in rustboot, remove workaround in rustc. 2010-11-19 14:59:58 -08:00
while-with-break.rs implemented break for while-loop case 2010-09-30 13:45:57 -07:00
writealias.rs Split out stratum-checking pass, implement more-strict (overly aggressive) impure-effect checking. 2010-11-02 15:24:46 -07:00
yield2.rs Populate tree. 2010-06-23 21:03:09 -07:00
yield.rs Populate tree. 2010-06-23 21:03:09 -07:00