rust/src/test/run-pass
2011-07-26 12:34:38 -07:00
..
crate-attributes-src rustc: Parse inner items of file-level modules linked from crate files 2011-06-16 17:23:20 -07:00
multi-src
native-mod-src
native-src
acyclic-unwind.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
alias-uninit-value.rs
alloca-from-derived-tydesc.rs test: Add a test case for derived-tydescs-before-dynamic-allocas 2011-06-18 18:44:21 -07:00
alt-bot.rs
alt-join.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
alt-path.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
alt-pattern-drop.rs
alt-pattern-lit.rs
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-str.rs test: Add test for string matching in pattern alts. Closes #53 2011-06-22 22:05:11 -07:00
alt-tag.rs
alt-type-simple.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
anon-obj-backwarding.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
anon-obj-degenerate.rs Un-xfail a test. 2011-07-07 17:39:35 -07:00
anon-obj-overriding-reduced.rs Un-xfail tests. 2011-07-21 15:28:00 -07:00
anon-obj-overriding.rs Un-xfail tests. 2011-07-21 15:28:00 -07:00
anon-obj-with-self-call-2.rs Un-xfail tests. 2011-07-21 15:28:00 -07:00
anon-obj-with-self-call.rs Exercise self-calls and overriding together a bit more. 2011-07-22 13:29:46 -07:00
anon-objs-with-fields.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
auto-deref-fn.rs Fix autoderef of function calls when the function is not an lval. 2011-07-11 11:38:01 -07:00
auto-instantiate.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
auto-loop.rs Properly parse 'auto' for loop variable types 2011-07-26 14:53:01 +02:00
autobind.rs Auto-bind generic functions when their value is taken in non-call context 2011-07-08 14:28:46 +02:00
autoderef-full-lval.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
autoderef-objfn.rs
basic-1.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
basic-2.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
basic.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
bind-exterior.rs
bind-interior.rs
bind-obj-ctor.rs
bind-thunk.rs
bind-trivial.rs
binops.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
bitwise.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
block-expr-precedence.rs Add support for marking files no-reformat. 2011-06-16 16:42:29 -07:00
block-fn-coerce.rs Add a bunch of tests for blocks. 2011-07-26 12:34:38 -07:00
block-iter-1.rs Add a bunch of tests for blocks. 2011-07-26 12:34:38 -07:00
block-iter-2.rs Add a bunch of tests for blocks. 2011-07-26 12:34:38 -07:00
bool-not.rs
box-compare.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs XFAIL some tests in stage 0 2011-07-14 10:27:02 -07:00
box-unbox.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
box.rs
break-value.rs
break.rs
call-autoderef-tag.rs Fix autoderef of function calls when the function is not an lval. 2011-07-11 11:38:01 -07:00
cast.rs
char.rs
child-outlives-parent.rs Re-enabling some tests. 2011-06-28 16:12:34 -07:00
claim-nonterm.rs remove an unused variable 2011-06-30 12:45:50 -07:00
clone-with-exterior.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
comm.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
command-line-args.rs
complex.rs
conditional-compile.rs Support conditional compilation of native items. Closes #610 2011-07-05 13:30:00 -07:00
const.rs
constrained-type.rs Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
constraint-prop-expr-move.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
constraint-prop-move.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
constraint-prop-swap.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
constraint-prop.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
crate-attributes.rc Support attaching attributes to modules via the crate file. Issue #487 2011-06-28 18:39:34 -07:00
dead-code-one-arm-if.rs
decl-with-recv.rs
deep.rs
deref-lval.rs
deref.rs
destructor-ordering.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
div-mod.rs
double-unbox.rs Fix unboxing in alias pass 2011-07-22 09:29:01 +02:00
drop-bind-thunk-args.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-parametric-closure-with-bound-box.rs
else-if.rs
empty-mutable-vec.rs
export-abstract-tag.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference2.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference3.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
export-tag-variant.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-unexported-dep.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
expr-alt-box.rs Use 'resource' rather than 'res' as a keyword 2011-06-28 18:00:39 +02:00
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs
expr-alt-generic-box2.rs
expr-alt-generic.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
expr-alt-struct.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-alt.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-block-box.rs
expr-block-fn.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-block-generic-box1.rs
expr-block-generic-box2.rs
expr-block-generic.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
expr-block-ref.rs
expr-block-slot.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
expr-block.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-elseif-ref2.rs
expr-elseif-ref.rs
expr-empty-ret.rs rustc: Handle valueless ret expressions as block results. Closes #521 2011-06-22 17:20:01 -07:00
expr-fn.rs
expr-if-box.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs
expr-if-generic-box2.rs
expr-if-generic.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
expr-if-struct.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-if.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
exterior.rs
fact.rs
fixed-point-bind-box.rs Add a test that exercises these cases in bind. 2011-07-11 11:37:56 -07:00
float2.rs
float-signature.rs
float.rs
floatlits.rs
fn-constraint.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
fn-expr.rs
fn-lval.rs
fn-type-infer.rs Fix type inference inside of anonymous functions. 2011-06-23 21:36:10 -07:00
for-loop-fail.rs Handle fail inside a for-each loop properly 2011-07-05 16:05:38 -07:00
foreach-box-drop.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
foreach-nested-2.rs
foreach-nested.rs
foreach-put-structured.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
foreach-simple-outer-slot.rs
foreach-simple.rs
fun-call-variants.rs
fun-indirect-call.rs
generic-alias-box.rs
generic-bind-2.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-bind.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-box.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-derived-type.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-drop-glue.rs
generic-exterior-box.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-fn-box.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-iter-frame.rs
generic-ivec-leak.rs rustc: Fix a leak that resulted from copying a structural interior type containing interior vectors. Add a test case. 2011-06-29 12:16:07 -07:00
generic-ivec.rs rustc: Move duplicate_heap_parts to copy glue; add a test case 2011-06-28 17:59:30 -07:00
generic-obj-with-derived-type.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-obj.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-recursive-tag.rs
generic-tag-alt.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-tag.rs
generic-temporary.rs
generic-type-synonym.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
generic-type.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
global-scope.rs Fix fast-check target by disabling code snippet printing on warnings (broken on .rc files) and adding an xfail-fast flag for global-scope.rs. 2011-07-12 17:36:57 -07:00
hashmap-memory.rs Attempt to put out burning Windows tinderbox. 2011-07-23 13:01:30 -07:00
hello.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check-precond.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
if-check.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
if-ret.rs Parse nullary ret correctly 2011-07-13 15:00:59 -07:00
import2.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import3.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import4.rs
import5.rs
import6.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import7.rs
import8.rs
import-glob-0.rs
import-glob-1.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
import-glob-circular.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
import-glob-crate.rs
import.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
infer-fn-tail-expr.rs Fix type inference of fn tail expressions. Closes #680 2011-07-12 16:54:46 -07:00
infinite-loops.rs Basic multithreading support. The infinite loops test successfully maxes out the CPU. 2011-06-27 09:58:39 -07:00
inner-module.rs
int.rs
integral-indexing.rs
interior-vec.rs rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explicit return pointers 2011-07-10 01:20:18 -07:00
issue-333.rs Add test case for issue #333. Closes #333 2011-07-08 17:43:44 -07:00
issue-506.rs Removed duplicated ret_ty_of_fn. This also means the native function branch is working now, so this commit closes #506. 2011-06-20 12:04:33 -07:00
issue-507.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
issue-687.rs Adding test case for #687. 2011-07-22 16:22:20 -07:00
issue-718.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
item-attributes.rs Change ast::meta_name_value to accept any literal, not just string 2011-07-05 17:25:18 -07:00
item-name-overload.rs
iter-range.rs
iter-ret.rs
ivec-add.rs rustc: Do dynamic size calculations properly when concatenating interior vectors. Closes #640. 2011-07-08 11:29:29 -07:00
ivec-pass-by-value.rs rustc: Duplicate heap data of interior vectors when passing them by value 2011-06-30 19:09:52 -07:00
join.rs Re-enabled join. 2011-06-15 18:16:59 -07:00
large-records.rs
lazy-and-or.rs
lazy-init.rs
lazychan.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
linear-for-loop.rs
list.rs
log-err-phi.rs
long-while.rs
loop-scope.rs Resolve loop collection expressions in the right scope 2011-07-26 15:52:59 +02:00
macro-2.rs XFAIL some tests in stage 0 2011-07-14 10:27:02 -07:00
macro-3.rs XFAIL some tests in stage 0 2011-07-14 10:27:02 -07:00
macro-by-example-1.rs Implement Macro By Example. 2011-07-22 16:53:43 -07:00
macro-by-example-2.rs Add basic support for blocks and types in macros. 2011-07-26 11:09:37 -07:00
macro.rs XFAIL some tests in stage 0 2011-07-14 10:27:02 -07:00
many.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
maybe-mutable.rs
mlist-cycle.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
mlist.rs
mod-view-items.rs Pretty-print view items in mod items 2011-06-30 16:08:28 -07:00
move-1.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
move-2.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
move-3.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
move-4.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
move-scalar.rs Implement move for scalar values 2011-06-27 11:32:06 -07:00
multi.rc
multiline-comment.rs
mutable-alias-vec.rs
mutable-vec-drop.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
mutual-recursion-group.rs
native2.rs Use "" in the native_name as an indication that no extra options have to 2011-06-28 08:21:13 -04:00
native-mod.rc Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
native-opaque-type.rs Use "" in the native_name as an indication that no extra options have to 2011-06-28 08:21:13 -04:00
native.rc Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
nested-alts.rs
nested-obj-self.rs
nested-pattern.rs
newtype-polymorphic.rs Add tests for newtype-style tags 2011-07-01 17:51:49 +02:00
newtype.rs Add tests for newtype-style tags 2011-07-01 17:51:49 +02:00
nil-pattern.rs Parse nil literals (including in patterns) 2011-07-20 16:02:53 -07:00
obj-as.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
obj-drop.rs
obj-dtor-2.rs
obj-dtor.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
obj-recursion.rs
obj-return-polytypes.rs
obj-self-2.rs
obj-self-3.rs
obj-self-4.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
obj-self.rs
obj-with-vec.rs
opeq.rs
operator-associativity.rs
or-pattern.rs Implement or-patterns in case clauses 2011-07-11 11:01:54 +02:00
output-slot-variants.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
over-constrained-vregs.rs
paren-free.rs Support paren-free and lightweight-case syntax 2011-07-06 17:50:52 +02:00
parse-fail.rs
path.rs
pattern-bound-var-in-for-each.rs Handle pattern-bound upvars 2011-07-05 19:58:49 -07:00
pred-check.rs
pred.rs
preempt.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
readalias.rs
rec-auto.rs
rec-extend.rs
rec.rs
record-pat.rs XFAIL some tests in stage 0 2011-07-14 10:27:02 -07:00
resource-destruct.rs Use 'resource' rather than 'res' as a keyword 2011-06-28 18:00:39 +02:00
resource-generic.rs Support type parameters in resources 2011-06-30 18:36:12 +02:00
ret-bang.rs
ret-none.rs
return-nil.rs
rt-circular-buffer.rs
self-shadowing-import.rs Ignore current scope when resolving self-shadowing imports 2011-07-08 16:04:40 +02:00
send-type-inference.rs Unify the rhs and lhs types in a send 2011-07-11 15:24:47 -07:00
seq-compare.rs
simple-alt-generic-tag.rs
simple-anon-objs.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs
simple-obj.rs
simple-qsort.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
size-and-align.rs
spawn2.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
spawn-fn.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
spawn-module-qualified.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
spawn-types.rs Re-enabling some tests. 2011-06-28 16:12:34 -07:00
spawn.rs Modify task::join to indicate how the task terminated 2011-07-15 10:07:29 -07:00
stateful-obj.rs
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs Improve the tests for vector self appending. 2011-06-27 12:34:45 -07:00
structured-compare-recursive.rs
structured-compare.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
swap-1.rs Write some tests for swap. 2011-06-16 11:47:54 -07:00
swap-2.rs Write some tests for swap. 2011-06-16 11:47:54 -07:00
syntax-extension-fmt.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
syntax-extension-shell.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
tag-and-generic-obj.rs
tag-in-block.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
tail-direct.rs
task-comm-0.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
task-comm-1.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-2.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-3.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-7.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-8.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-9.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-10.rs Fixing (or at least improving) translation of move semantics for send and receive. This let's us run all of the task-comm tests. 2011-07-22 16:05:51 -07:00
task-comm-11.rs Fixing (or at least improving) translation of move semantics for send and receive. This let's us run all of the task-comm tests. 2011-07-22 16:05:51 -07:00
task-comm-12.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-13.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-comm-15.rs Disable task-comm-15. Fails with multiple threads. 2011-07-25 16:34:49 -07:00
task-comm-16.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
task-comm-chan-nil.rs
task-comm.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-compare.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
task-killjoin.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
task-life-0.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
task-pin.rs Adding support for pinning tasks to the currently running thread. Closes #598. 2011-06-29 18:47:47 -07:00
ternary.rs test: Improve ternary operator tests 2011-06-23 23:27:32 -07:00
test-runner-hides-main.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
threads.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
trivial-message.rs
type-in-nested-module.rs
type-namespace.rs
type-param.rs
type-params-in-for-each.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
type-ptr.rs
type-sizes.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
typestate-cfg-nesting.rs
typestate-transitive.rs Instantiate function preconditions inside the function body 2011-07-21 16:11:34 -07:00
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unit.rs
use-import-export.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
user.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
utf8_chars.rs
utf8.rs
vec-alloc-append.rs
vec-append.rs
vec-concat.rs
vec-drop.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
vec-growth.rs
vec-ivec-deadlock.rs rt: Remove the lock around upcall_vec_append. Add a test case. Closes #156. 2011-06-29 10:33:51 -07:00
vec-late-init.rs
vec-push.rs
vec-ref-count.rs
vec-reverse.rs
vec-self-append.rs Improve the tests for vector self appending. 2011-06-27 12:34:45 -07:00
vec-slice.rs Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
vec.rs
vector-no-ann-2.rs
while-and-do-while.rs
while-flow-graph.rs
while-loop-constraints-2.rs Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
while-prelude-drop.rs
while-with-break.rs
writealias.rs
x86stdcall.rs Reformulate x86stdcall test so it works with check-fast 2011-07-18 14:59:44 -07:00
yield1.rs
yield2.rs
yield.rs