rust/src/test/run-pass
2011-05-14 21:05:22 -04:00
..
multi-src Sketch support for reading multi-file crates in rustc. Add test, not yet working. 2011-01-10 18:18:16 -08:00
native-mod-src Remove effect system from src. 2011-04-19 13:35:49 -07:00
native-src Remove effect system from src. 2011-04-19 13:35:49 -07:00
acyclic-unwind.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
alias-uninit-value.rs Add a regression test for issue #374 (XFAILed) 2011-05-14 13:29:49 -04:00
alt-join.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
alt-path.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
alt-pattern-drop.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
alt-pattern-lit.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07: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-phi.rs Add testcase for bootstrap blocker and fix for each result type to nil. 2011-04-19 16:53:12 -07:00
alt-tag.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
alt-type-simple.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
anon-objs.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
argv.rs Populate tree. 2010-06-23 21:03:09 -07:00
arith-0.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
arith-1.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
arith-2.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
arith-unsigned.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
artificial-block.rs Return a fresh, unreachable context after ret, break, and cont 2011-05-05 20:19:43 +02:00
auto-instantiate.rs Add automatic parameter instantiation. Closes #45. 2010-08-26 14:47:18 -07:00
autoderef-full-lval.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
basic-2.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
basic.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bind-exterior.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bind-interior.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bind-obj-ctor.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bind-thunk.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bind-trivial.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bitwise.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
bool-not.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
box-compare.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
box-in-tup.rs Remove effect system from src. 2011-04-19 13:35:49 -07:00
box-unbox.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
box.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
break.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
cast.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
char.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
child-outlives-parent.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
clone-with-exterior.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
comm.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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 Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
dead-code-one-arm-if.rs Populate tree. 2010-06-23 21:03:09 -07:00
decl-with-recv.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
deep.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
deref-lval.rs Remove effect system from src. 2011-04-19 13:35:49 -07:00
deref.rs New test of explicit deref operator. 2010-07-02 12:55:12 -07:00
destructor-ordering.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
div-mod.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 test: Un-XFAIL drop-parametric-closure-with-bound-box.rs, oops. 2011-04-21 17:36:10 -07:00
else-if.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
empty-mutable-vec.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-abstract-tag.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02: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
export-non-interference2.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-non-interference3.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-tag-variant.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-unexported-dep.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
expr-alt-box.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-alt-generic-box1.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-alt-generic-box2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-alt-generic.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-alt-struct.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-alt.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block-box.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block-fn.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block-generic-box1.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block-generic-box2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block-generic.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-block.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if-box.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if-generic-box1.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if-generic-box2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if-generic.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if-struct.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
expr-if.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
exterior.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
fact.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
float-signature.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
float.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
float2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
floatlits.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
fn-lval.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
foreach-box-drop.rs Fix busted iter/put code. Un-XFAIL foreach-box-drop.rs. 2011-04-23 14:22:10 -07:00
foreach-nested-2.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
foreach-nested.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
foreach-put-structured.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
foreach-simple-outer-slot.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
foreach-simple.rs Populate tree. 2010-06-23 21:03:09 -07:00
fun-call-variants.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
fun-indirect-call.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-alias-box.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
generic-bind-2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
generic-bind.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-box.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-derived-type.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-drop-glue.rs Change generic-drop-glue.rs to be meaningful again, and un-XFAIL on rustc. 2011-01-18 17:20:13 -08:00
generic-exterior-box.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-fn-box.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
generic-fn-infer.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-fn-twice.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
generic-fn.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-obj.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-recursive-tag.rs Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot. 2011-03-07 15:12:41 -08:00
generic-tag-alt.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-tag-corruption.rs Un-XFAIL generic-tag-corruption.rs. 2011-04-12 12:58:43 -07:00
generic-tag-local.rs rustc: Substitute type parameters in type_of_variant(). Add a test case. 2011-03-09 13:31:25 -08:00
generic-tag-values.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-tag.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
generic-temporary.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
generic-tup.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
generic-type-synonym.rs Fix bug in test and un-XFAIL 4 tests now passing on rustc. 2011-02-09 13:19:20 -08:00
generic-type.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
hello.rs Populate tree. 2010-06-23 21:03:09 -07:00
i8-incr.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
i32-sub.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
import.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import2.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import3.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import4.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import5.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import6.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import7.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
import8.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
inner-module.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
int.rs Populate tree. 2010-06-23 21:03:09 -07:00
integral-indexing.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
iter-ret.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
large-records.rs Populate tree. 2010-06-23 21:03:09 -07:00
lazy-and-or.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
lazy-init.rs Some more typestate tests. 2010-07-08 07:33:25 -07:00
lazychan.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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
leak-tag-copy.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
lib-bitv.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-box.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-deque.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-int.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-io.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
lib-map.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-option.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-qsort.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-rand.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-sha1.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
lib-sort.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-str-buf.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-str.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
lib-task.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-uint.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-vec-str-conversions.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
lib-vec.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
linear-for-loop.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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
log-err-phi.rs Fix #335, log context needs to be a scope to capture cleanups. 2011-04-20 04:55:55 +00:00
long-while.rs Add long-while.rs to check on frame growth. 2011-03-28 18:07:29 -07:00
many.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
maybe-mutable.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
mlist-cycle.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
mlist.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
multi.rc Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
multiline-comment.rs Issue 66: Multi-line comments 2010-07-08 22:43:15 +08:00
mutable-alias-vec.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02: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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
native-opaque-type.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
native.rc Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
native2.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
nested-pattern.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
obj-as.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04: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-2.rs extend xfail-stage0 to stage1, stage2 on obj-dtor-2.rs 2011-05-04 11:23:05 -07:00
obj-dtor.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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-self-2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
obj-self-3.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
obj-self.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
obj-with-vec.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
opeq.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
operator-associativity.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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
path.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
pred-check.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
pred.rs Test cases for pred / check stuff 2011-05-05 11:26:07 -07:00
preempt.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
readalias.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
rec-auto.rs Populate tree. 2010-06-23 21:03:09 -07:00
rec-extend.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
rec-tup.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
rec.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
return-nil.rs Populate tree. 2010-06-23 21:03:09 -07:00
rt-circular-buffer.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
seq-compare.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
simple-alt-generic-tag.rs rustc: Add a test case for previous commit 2011-04-14 12:51:27 -07:00
simple-generic-alt.rs rustc: Have demand_pat() extract type parameters from tags. Add a test case. 2011-03-09 14:09:02 -08:00
simple-generic-tag.rs rustc: Don't try to load dynamically-sized types when translating tag variants. Add a test case for this. 2011-03-09 12:53:12 -08:00
simple-infer.rs rustc: Fix inference for auto slots. Add a test case. 2011-03-18 17:43:56 -07:00
simple-obj.rs Populate tree. 2010-06-23 21:03:09 -07:00
size-and-align.rs Un-XFAIL a few recently passing tests. 2011-04-19 15:41:45 -07:00
spawn-fn.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
spawn-module-qualified.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
spawn.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
stateful-obj.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
str-append.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
str-concat.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
str-growth.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
str-idx.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
structured-compare-recursive.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
structured-compare.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
syntax-extension-fmt.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
syntax-extension-shell.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
tag-and-generic-obj.rs Brute force and ignorance workaround for tag-and-generic-obj; un-XFAIL it. 2011-04-05 21:08:13 -07:00
tag-in-block.rs Split trans' collection in two passes. This allows us to handle tags 2011-03-14 16:56:03 -04:00
tag.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
tail-direct.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
task-comm-0.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
task-comm-1.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
task-comm-2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-3.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-4.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
task-comm-5.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
task-comm-6.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
task-comm-7.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
task-comm-8.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-9.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-10.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-11.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
task-comm-12.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-13-thread.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
task-comm-13.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
task-comm-15.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm-16.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
task-comm-chan-nil.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-comm.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
task-killjoin.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
task-life-0.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
threads.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
tup.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
type-in-nested-module.rs Add testcase I meant to add in 9ee3475e09. 2011-01-03 13:54:55 -08:00
type-namespace.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
type-param.rs Look at the type params of an item_ty when resolving. 2011-01-19 16:13:33 -05:00
type-params-in-for-each.rs Remove use of 'use' from type-params-in-for-each.rs, put out darwin fire. 2011-04-18 12:20:50 -07:00
type-sizes.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
typestate-cfg-nesting.rs Un-XFAIL a few recently passing tests. 2011-04-19 15:41:45 -07:00
u8-incr-decr.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
u8-incr.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
u32-decr.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -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 Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
use-uninit-alt.rs Further work on typestate_check 2011-04-28 13:26:19 -07:00
use-uninit-alt2.rs Further work on typestate_check 2011-04-28 13:26:19 -07:00
use.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
user.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
utf8.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
utf8_chars.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
vec-alloc-append.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
vec-append.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
vec-concat.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
vec-drop.rs Box the args entering the vec-drop test. 2010-07-02 12:32:28 -07:00
vec-growth.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
vec-in-tup.rs Remove effect system from src. 2011-04-19 13:35:49 -07:00
vec-late-init.rs Fix post-stmt drop calculations. Closes #106. 2010-07-11 22:31:56 -07:00
vec-push.rs Consider unop deref as an lval. Un-XFAIL vec-push. 2011-04-28 16:37:18 -07:00
vec-ref-count.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
vec-slice.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
vec.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
while-and-do-while.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04: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 Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
writealias.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
yield.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
yield2.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00