rust/src/test/compile-fail
2011-09-01 17:19:36 -07:00
..
alias-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
aliasness-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
alt-join.rs Reformat 2011-08-20 11:04:00 -07:00
alt-tag-nullary.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
alt-tag-unary.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
and-init.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-overriding-wrong-type.rs Disallow overloading a method with one of different type. Closes #703. 2011-07-29 13:44:34 -07:00
arg-count-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
arg-type-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
assign-alias.rs Reformat 2011-08-20 11:04:00 -07:00
attr-bad-crate-attr.rc Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-bad-meta.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-before-stmt.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-before-view-item.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-before-view-item2.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-dangling-in-fn.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
attr-dangling-in-mod.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
auto-deref-bind.rs Reformat 2011-08-20 11:04:00 -07:00
autoderef-full-lval.rs Eliminate autoderef on binops and unary negation. 2011-08-12 18:28:03 -07:00
bad-alt.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
bad-bang-ann-2.rs Reformat 2011-08-20 11:04:00 -07:00
bad-bang-ann-3.rs Reformat 2011-08-20 11:04:00 -07:00
bad-bang-ann.rs Reformat 2011-08-20 11:04:00 -07:00
bad-env-capture.rs Reformat 2011-08-20 11:04:00 -07:00
bad-env-capture2.rs Reformat 2011-08-20 11:04:00 -07:00
bad-env-capture3.rs Reformat 2011-08-20 11:04:00 -07:00
bad-expr-path.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
bad-expr-path2.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
bad-main.rs Reformat 2011-08-20 11:04:00 -07:00
bad-module.rs Reformat 2011-08-20 11:04:00 -07:00
bad-name.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
bad-record-pat-2.rs Reformat 2011-08-20 11:04:00 -07:00
bad-record-pat.rs Reformat 2011-08-20 11:04:00 -07:00
bad-type-env-capture.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
bang-tailexpr.rs Reformat 2011-08-20 11:04:00 -07:00
binop-add-tup-assign.rs Reformat 2011-08-20 11:04:00 -07:00
binop-add-tup.rs Reformat 2011-08-20 11:04:00 -07:00
binop-bitxor-str.rs Fix the error-patterns in 2 cfail tests. Issue #855 2011-09-01 17:19:36 -07:00
binop-logic-float.rs Reformat 2011-08-20 11:04:00 -07:00
binop-logic-int.rs Reformat 2011-08-20 11:04:00 -07:00
binop-mul-bool.rs Reformat 2011-08-20 11:04:00 -07:00
binop-sub-obj.rs Reformat 2011-08-20 11:04:00 -07:00
binop-typeck.rs Reformat 2011-08-20 11:04:00 -07:00
block-coerce-no.rs Reformat 2011-08-20 11:04:00 -07:00
block-copy.rs Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kinding-violations in rustc and libstd. 2011-08-23 15:58:53 -07:00
block-deinitializes-upvar.rs Add a test that lambdas can't deinitialize upvars 2011-09-01 16:32:05 -07:00
block-require-return.rs Check all paths return properly in blocks. Closes #874. 2011-08-31 16:15:02 -04:00
block-uninit.rs Reformat 2011-08-20 11:04:00 -07:00
bogus-tag.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
break-outside-loop.rs Reformat 2011-08-20 11:04:00 -07:00
break-uninit.rs Reformat 2011-08-20 11:04:00 -07:00
break-uninit2.rs Reformat 2011-08-20 11:04:00 -07:00
capture1.rs Reformat 2011-08-20 11:04:00 -07:00
constrained-type-missing-check.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
constructor-as-cast.rs Reformat 2011-08-20 11:04:00 -07:00
copy-a-resource.rs Reformat 2011-08-20 11:04:00 -07:00
cross-crate-glob-collision.rs Reformat 2011-08-20 11:04:00 -07:00
dead-code-be.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
dead-code-ret.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
direct-obj-fn-call.rs Reformat 2011-08-20 11:04:00 -07:00
do-while-constraints.rs Reformat 2011-08-20 11:04:00 -07:00
do-while-pred-constraints.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
does-nothing.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
dup-link-name.rs Reformat 2011-08-20 11:04:00 -07:00
export-fully-qualified.rs Reformat 2011-08-20 11:04:00 -07:00
export-import.rs Reformat 2011-08-20 11:04:00 -07:00
export-no-tag-variants.rs Reformat 2011-08-20 11:04:00 -07:00
export-tag-variant.rs Reformat 2011-08-20 11:04:00 -07:00
export.rs Reformat 2011-08-20 11:04:00 -07:00
export2.rs Reformat 2011-08-20 11:04:00 -07:00
ext-after-attrib.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
ext-noname.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
ext-nonexistent.rs Reformat 2011-08-20 11:04:00 -07:00
extend-non-object.rs Reformat 2011-08-20 11:04:00 -07:00
extenv-no-args.rs Reformat 2011-08-20 11:04:00 -07:00
extenv-not-string-literal.rs Reformat 2011-08-20 11:04:00 -07:00
extenv-too-many-args.rs Convert #env to istrs. Temporarily disable usage in rustc. Issue #855 2011-08-30 21:08:07 -07:00
extfmt-missing-type.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-no-args.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-non-literal.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-non-literal2.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-not-enough-args.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-too-many-args.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-unknown-type.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-unsigned-plus.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-unsigned-space.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
extfmt-unterminated-conv.rs Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
fail-expr.rs Reformat 2011-08-20 11:04:00 -07:00
fail-simple.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
fail-type-err.rs Reformat 2011-08-20 11:04:00 -07:00
fn-as-iter.rs Do a bunch more typechecking for iters and for each loops. 2011-08-03 11:07:53 -07:00
fn-bad-block-type.rs Reformat 2011-08-20 11:04:00 -07:00
fn-compare-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
fn-constraint.rs Start paring down std::str. Issue #855 2011-08-31 16:24:09 -07:00
fn-expr-type-state.rs Reformat 2011-08-20 11:04:00 -07:00
fn-expr-typestate-2.rs Reformat 2011-08-20 11:04:00 -07:00
for-each-over-bs.rs Reformat 2011-08-20 11:04:00 -07:00
for-loop-decl.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
forgot-ret.rs Get rid of the hack that ignores () typed things in fn tail position. 2011-08-31 16:01:25 -04:00
fru-extra-field.rs Reformat 2011-08-20 11:04:00 -07:00
fru-typestate.rs Reformat 2011-08-20 11:04:00 -07:00
if-branch-types.rs Reformat 2011-08-20 11:04:00 -07:00
if-check-precond-fail.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
if-typeck.rs Reformat 2011-08-20 11:04:00 -07:00
import-from-dup.rs Reformat 2011-08-20 11:04:00 -07:00
import-from-missing.rs Reformat 2011-08-20 11:04:00 -07:00
import-from-none.rs Allow multiple imports in a single statement 2011-08-17 11:04:56 -07:00
import-from-path.rs Allow multiple imports in a single statement 2011-08-17 11:04:56 -07:00
import-from-rename.rs Allow multiple imports in a single statement 2011-08-17 11:04:56 -07:00
import-glob-0.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-circular.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-export.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-multiple.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-path.rs Add compile-fail tests for malformed glob imports 2011-08-17 11:04:05 -07:00
import-glob-rename.rs Add compile-fail tests for malformed glob imports 2011-08-17 11:04:05 -07:00
import-loop-2.rs Reformat 2011-08-20 11:04:00 -07:00
import-loop.rs Reformat 2011-08-20 11:04:00 -07:00
import.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
import2.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
import3.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
import4.rs Convert main functions to istrs. Issue #855 2011-09-01 12:14:35 -07:00
import5.rs Reformat 2011-08-20 11:04:00 -07:00
impure-pred.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
infinite-tag-type-recursion.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
infinite-vec-type-recursion.rs Reformat 2011-08-20 11:04:00 -07:00
iter-as-fn.rs Do a bunch more typechecking for iters and for each loops. 2011-08-03 11:07:53 -07:00
lambda-mutate-nested.rs Make resolve recognize upvars 2011-09-01 16:32:44 +02:00
lambda-mutate.rs Make resolve recognize upvars 2011-09-01 16:32:44 +02:00
let-destruct-refutable.rs Reformat 2011-08-20 11:04:00 -07:00
macro-2.rs Reformat 2011-08-20 11:04:00 -07:00
macro.rs Reformat 2011-08-20 11:04:00 -07:00
main-wrong-type-2.rs Reformat 2011-08-20 11:04:00 -07:00
main-wrong-type.rs Reformat 2011-08-20 11:04:00 -07:00
minus-string.rs Fix the error-patterns in 2 cfail tests. Issue #855 2011-09-01 17:19:36 -07:00
missing-main.rs Reformat 2011-08-20 11:04:00 -07:00
missing-return.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
missing-return2.rs Get rid of the hack that ignores () typed things in fn tail position. 2011-08-31 16:01:25 -04:00
move-arg.rs Reformat 2011-08-20 11:04:00 -07:00
multiline-comment-line-tracking.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
native-type-mismatch.rs Remove last users of str::sbuf. Issue #855 2011-09-01 12:14:32 -07:00
nested-ty-params.rs Reformat 2011-08-20 11:04:00 -07:00
no-constraint-prop.rs Start paring down std::str. Issue #855 2011-08-31 16:24:09 -07:00
no-self-dispatch.rs Reformat 2011-08-20 11:04:00 -07:00
nonsense-constraints.rs Test that fn preconditions get typechecked 2011-08-30 16:39:17 -07:00
not-a-pred-2.rs Reformat 2011-08-20 11:04:00 -07:00
not-a-pred-3.rs Reformat 2011-08-20 11:04:00 -07:00
not-a-pred-check.rs Allow pure fns to have any return type 2011-08-25 17:23:35 -07:00
not-a-pred.rs Reformat 2011-08-20 11:04:00 -07:00
not-pred-args.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
occurs-check-2.rs Reformat 2011-08-20 11:04:00 -07:00
occurs-check-3.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
occurs-check.rs Reformat 2011-08-20 11:04:00 -07:00
or-init.rs Reformat 2011-08-20 11:04:00 -07:00
or-patter-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
output-type-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
pattern-tyvar-2.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
pattern-tyvar.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
pred-assign.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
pred-on-wrong-slots.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
pred-swap.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
put-in-fn.rs Actually un-xfail the test for put in fns. 2011-08-03 11:59:11 -07:00
rec-extend.rs Reformat 2011-08-20 11:04:00 -07:00
rec-missing-fields.rs Reformat 2011-08-20 11:04:00 -07:00
ret-non-nil.rs Reformat 2011-08-20 11:04:00 -07:00
return-uninit.rs Reformat 2011-08-20 11:04:00 -07:00
self-call-non-obj.rs Reformat 2011-08-20 11:04:00 -07:00
self-missing-method.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
slot-as-pred.rs Reformat 2011-08-20 11:04:00 -07:00
spawn-non-nil-fn.rs Cleaning up task and comm exports, updating all the test cases. 2011-08-25 11:21:25 -07:00
swap-no-lval.rs Move mutability checking into its own pass. 2011-09-01 16:32:38 +02:00
swap-uninit.rs Reformat 2011-08-20 11:04:00 -07:00
tag-that-dare-not-speak-its-name.rs Test for #876 2011-09-01 13:12:59 -07:00
tag-type-args.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
tail-non-call.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
tail-typeck.rs Reformat 2011-08-20 11:04:00 -07:00
type-arg-out-of-scope.rs Reformat 2011-08-20 11:04:00 -07:00
type-mismatch-multiple.rs Reformat 2011-08-20 11:04:00 -07:00
type-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
type-recursive.rs Reformat 2011-08-20 11:04:00 -07:00
type-shadow.rs Reformat 2011-08-20 11:04:00 -07:00
unbalanced-comment.rs Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
uninit-after-item.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
unreachable-arm.rs Reformat 2011-08-20 11:04:00 -07:00
unsafe-alias-2.rs Reformat 2011-08-20 11:04:00 -07:00
unsafe-alias.rs Reformat 2011-08-20 11:04:00 -07:00
unsafe-alt.rs Reformat 2011-08-20 11:04:00 -07:00
unsafe-for.rs Reformat 2011-08-20 11:04:00 -07:00
unsafe-mutable-alias.rs Reformat 2011-08-20 11:04:00 -07:00
use-after-move.rs Reformat 2011-08-20 11:04:00 -07:00
use-after-send.rs Reformat 2011-08-20 11:04:00 -07:00
use-meta-dup.rs Reformat 2011-08-20 11:04:00 -07:00
use-meta-mismatch.rs Reformat 2011-08-20 11:04:00 -07:00
use-meta.rc Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
use-uninit-2.rs Reformat 2011-08-20 11:04:00 -07:00
use-uninit-3.rs Reformat 2011-08-20 11:04:00 -07:00
use-uninit.rs Reformat 2011-08-20 11:04:00 -07:00
vec-field.rs Reformat 2011-08-20 11:04:00 -07:00
vector-no-ann.rs Reformat 2011-08-20 11:04:00 -07:00
while-bypass.rs Reformat 2011-08-20 11:04:00 -07:00
while-expr.rs Reformat 2011-08-20 11:04:00 -07:00
while-loop-constraints.rs Reformat 2011-08-20 11:04:00 -07:00
while-loop-pred-constraints.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
while-type-error.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
writing-through-read-alias.rs Move mutability checking into its own pass. 2011-09-01 16:32:38 +02:00
writing-through-uninit-vec.rs Reformat 2011-08-20 11:04:00 -07:00
writing-to-immutable-obj.rs Move mutability checking into its own pass. 2011-09-01 16:32:38 +02:00
writing-to-immutable-rec.rs Move mutability checking into its own pass. 2011-09-01 16:32:38 +02:00
writing-to-immutable-vec.rs Move mutability checking into its own pass. 2011-09-01 16:32:38 +02:00
wrong-ret-type.rs Reformat 2011-08-20 11:04:00 -07:00
zip-missing-check.rs Library test cases for vec::zip 2011-08-30 16:42:32 -07:00