rust/src/test/compile-fail
2011-05-25 23:50:19 -04:00
..
aliasness-mismatch.rs rustc: Alias fix part 2 -- Check that the aliasness of function parameters matches. Add a test case. 2011-05-09 14:00:50 -07:00
alt-tag-nullary.rs
alt-tag-unary.rs
arg-count-mismatch.rs
arg-type-mismatch.rs
bad-alt.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-bang-ann-2.rs Some tests for ! annotations 2011-05-20 19:54:14 -07:00
bad-bang-ann-3.rs Some tests for ! annotations 2011-05-20 19:54:14 -07:00
bad-bang-ann.rs Some tests for ! annotations 2011-05-20 19:54:14 -07:00
bad-env-capture2.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-env-capture3.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-env-capture.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-expr-path2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
bad-expr-path.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
bad-main.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bad-module.rs Stop showing a 'cyclic import' message for unresolved imports 2011-05-24 20:58:38 +02:00
bad-name.rs Change two compile-fail patterns to match rustc output. 2011-05-04 11:20:47 -07:00
bad-recv.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-send.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-type-env-capture.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bind-alias.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bogus-tag.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
break-uninit2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
break-uninit.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
capture1.rs Implement the "attempted dynamic environment-capture" error in rustc. 2011-04-11 15:35:01 -04:00
capture2.rs Implement the "attempted dynamic environment-capture" error in rustc. 2011-04-11 15:35:01 -04:00
constructor-as-cast.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
dead-code-be.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
dead-code-ret.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
direct-obj-fn-call.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
does-nothing.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
duplicate-name.rs Finish name collision testing. 2011-05-19 21:58:57 +02:00
export2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-fully-qualified.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-import.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-no-tag-variants.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-tag-variant.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
extfmt-non-literal.rs rustc: Fail better when the first argument to #fmt is not a string literal 2011-05-25 23:50:19 -04:00
extfmt-too-many-args.rs rustc: Fail when #fmt is given too many arguments 2011-05-25 23:43:04 -04:00
fail-simple.rs Parser fix: 'fail' was eating the next token that came after it. 2011-05-17 05:40:17 +00:00
forgot-ret.rs XFAIL two tests for stage0 2011-05-20 19:54:14 -07:00
fru-extra-field.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
fru-typestate.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
if-branch-types.rs test: Add a test for mismatched types of if branches 2011-05-21 18:18:48 -04:00
import2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
import3.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
import4.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
import-loop-2.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
import-loop.rs Stop showing a 'cyclic import' message for unresolved imports 2011-05-24 20:58:38 +02:00
import.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
impure-pred.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
infinite-tag-type-recursion.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
infinite-vec-type-recursion.rs Rewrite everything to use [] instead of vec() in value position. 2011-05-16 18:21:22 -07:00
item-name-overload.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
missing-return.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
multiline-comment-line-tracking.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
no-self-dispatch.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
not-a-pred-2.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
not-a-pred-3.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
not-a-pred-check.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
not-a-pred.rs Un-XFAILed not-a-pred in stage0 (it fails correctly) 2011-05-05 11:26:07 -07:00
not-pred-args.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
output-type-mismatch.rs
pattern-tyvar-2.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
pattern-tyvar.rs Two tests that the typechecker correctly unifies type arguments in patterns with their expected tag types 2011-05-16 16:59:30 -07:00
pred-not-bool.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
pred-on-wrong-slots.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
put-in-fn.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
rec-missing-fields.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
return-uninit.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
self-missing-method.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
slot-as-pred.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
spawn-non-nil-fn.rs rustc: Use demand functions instead of open-coded typecheck for spawn 2011-05-24 20:23:21 -04:00
tail-non-call.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
tail-typeck.rs Cleanup for 'be' statement and comments about future typestate 2011-02-10 12:12:10 -08:00
type-shadow.rs
unbalanced-comment.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
use-uninit-2.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
use-uninit-3.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
use-uninit-dtor.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
use-uninit.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
vector-no-ann.rs Un-XFAIL vector-no-ann 2011-05-23 19:46:27 -07:00
while-bypass.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
while-expr.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
while-type-error.rs
writing-through-read-alias.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
writing-through-uninit-vec.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
writing-to-immutable-obj.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
writing-to-immutable-rec.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
writing-to-immutable-tup.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
writing-to-immutable-vec.rs Rewrite everything to use [] instead of vec() in value position. 2011-05-16 18:21:22 -07:00
wrong-ret-type.rs