rust/src/test/compile-fail
2011-07-02 00:06:58 -07:00
..
alias-mismatch.rs Correct error message for argument mode mismatch 2011-06-23 11:54:10 -07:00
aliasness-mismatch.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
alt-tag-nullary.rs Typecheck tags in "alt" patterns 2010-10-14 15:08:19 -07:00
alt-tag-unary.rs Typecheck tags in "alt" patterns 2010-10-14 15:08:19 -07:00
and-init.rs Handle lazy binops properly in typestate 2011-06-28 13:07:52 -07:00
arg-count-mismatch.rs rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs 2011-06-08 18:42:34 -07:00
arg-type-mismatch.rs Populate tree. 2010-06-23 21:03:09 -07:00
assign-alias.rs Extend alias analysis to check assignments 2011-06-15 14:10:07 +02:00
attr-bad-crate-attr.rc Support attaching attributes to modules via the crate file. Issue #487 2011-06-28 18:39:34 -07:00
attr-bad-meta.rs rustc: Introduce and parse additional meta_item forms 2011-06-22 13:55:58 -07:00
attr-before-stmt.rs Improve and test failure behavior for malformed attributes 2011-06-15 19:30:10 -07:00
attr-before-view-item.rs Improve and test failure behavior for malformed attributes 2011-06-15 19:30:10 -07:00
attr-before-view-item2.rs rustc: Fix regressed handling of bad attributes 2011-06-16 17:23:20 -07:00
attr-dangling-in-fn.rs Improve and test failure behavior for malformed attributes 2011-06-15 19:30:10 -07:00
attr-dangling-in-mod.rs Improve and test failure behavior for malformed attributes 2011-06-15 19:30:10 -07:00
auto-deref-bind.rs Implement autoderef for function calls. 2011-07-01 12:39:58 +02:00
bad-alt.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
bad-bang-ann-2.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
bad-bang-ann-3.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
bad-bang-ann.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
bad-env-capture.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04: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-expr-path.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
bad-expr-path2.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07: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 Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
bad-name.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
bad-recv.rs Change the syntax for RECV from "var <- port" to "port |> var". 2011-05-27 12:01:20 -07: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
binop-add-tup-assign.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-add-tup.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-bitxor-str.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-logic-float.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-logic-int.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-mul-bool.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-shift-port.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-sub-obj.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
binop-typeck.rs rustc: Fail to unify if two ty_vars don't unify 2011-06-17 11:35:00 -07:00
bogus-tag.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
break-outside-loop.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
break-uninit.rs test: Fix mismatched types in prep for typechecker fixes 2011-06-17 11:35:00 -07:00
break-uninit2.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 Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
copy-a-resource.rs Use 'resource' rather than 'res' as a keyword 2011-06-28 18:00:39 +02: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 rustc: Convert field access on invalid types from an ICE to a fatal error 2011-06-22 21:31:32 -07:00
do-while-constraints.rs Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
do-while-pred-constraints.rs Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
does-nothing.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
duplicate-name.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
export-fully-qualified.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
export-import.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07: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
export2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
ext-after-attrib.rs test: Add a compile-fail test for attribute/syntax parsing 2011-06-15 16:01:39 -07:00
ext-noname.rs Fix assertion failure when syntax extension name is missing. 2011-07-02 00:06:58 -07:00
ext-nonexistent.rs rustc: Use a set-based approach to unification; remove ty_bound_param and ty_local. 2011-06-07 19:33:18 -07:00
extenv-no-args.rs rustc: Use spans for #env errors 2011-06-04 17:14:32 -04:00
extenv-not-string-literal.rs Add simple syntax extension (#simplext) 2011-06-28 15:02:12 +00:00
extenv-too-many-args.rs rustc: Use spans for #env errors 2011-06-04 17:14:32 -04:00
extfmt-missing-type.rs stdlib: Use spans for #fmt errors originating in std 2011-06-04 19:48:19 -04:00
extfmt-no-args.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07: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-non-literal2.rs rustc: Use spans on extfmt error messages 2011-06-04 17:10:04 -04:00
extfmt-not-enough-args.rs rustc: Use spans on extfmt error messages 2011-06-04 17:10:04 -04:00
extfmt-too-many-args.rs rustc: Fail when #fmt is given too many arguments 2011-05-25 23:43:04 -04:00
extfmt-unknown-type.rs stdlib: Use spans for #fmt errors originating in std 2011-06-04 19:48:19 -04:00
extfmt-unsigned-plus.rs rustc: Use spans on extfmt error messages 2011-06-04 17:10:04 -04:00
extfmt-unsigned-space.rs rustc: Use spans on extfmt error messages 2011-06-04 17:10:04 -04:00
extfmt-unterminated-conv.rs stdlib: Use spans for #fmt errors originating in std 2011-06-04 19:48:19 -04:00
fail-simple.rs Fix the error-pattern on compile-fail/fail-simple 2011-07-02 00:06:58 -07:00
fn-bad-block-type.rs Typecheck block tail expressions that are fn return values 2011-06-18 20:23:05 -07:00
fn-compare-mismatch.rs Add a test for mismatched types when comparing functions 2011-06-25 19:28:19 -07:00
fn-constraint.rs Serialize constraints in types (literal arguments still not supported) 2011-06-21 14:37:33 -07:00
fn-expr-type-state.rs Add a test that tests typestate checking inside of fn exprs. 2011-06-24 15:46:20 -07:00
fn-expr-typestate-2.rs Another test for typestate and expr_fn 2011-06-28 13:14:52 -07:00
for-loop-decl.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
forgot-ret.rs Un-xfail some tests that work 2011-06-14 12:27:23 -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
if-check-precond-fail.rs Restructure the "checking" pass in typestate 2011-06-17 19:09:18 -07:00
if-typeck.rs rustc: Demand that if conditions have bool type 2011-06-17 11:35:00 -07:00
import-glob-0.rs Fix bugs: make sure glob imports show up in the right module, 2011-05-27 02:42:33 +00:00
import-glob-circular.rs Now imports are not re-exported unless 'export' is explicitly used. 2011-05-31 18:43:26 -07:00
import-glob-export.rs Fix bug: globbed imports were importing everything visible from the other 2011-06-22 15:41:39 -07:00
import-glob-multiple.rs Handle circularity in glob imports in a more elegant fashion. 2011-05-27 02:42:33 +00:00
import-loop-2.rs Now imports are not re-exported unless 'export' is explicitly used. 2011-05-31 18:43:26 -07:00
import-loop.rs Now imports are not re-exported unless 'export' is explicitly used. 2011-05-31 18:43:26 -07:00
import.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
import2.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
import3.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
import4.rs Remove xfail-boot lines from tests 2011-05-14 21:05:22 -04:00
import5.rs Now imports are not re-exported unless 'export' is explicitly used. 2011-05-31 18:43:26 -07:00
impure-pred.rs Serialize constraints in types (literal arguments still not supported) 2011-06-21 14:37:33 -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 Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
item-name-overload.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
macro-2.rs '#simplext' -> '#macro' 2011-06-28 15:02:12 +00:00
macro.rs '#simplext' -> '#macro' 2011-06-28 15:02:12 +00:00
missing-return.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
missing-return2.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -07:00
multiline-comment-line-tracking.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
nested-ty-params.rs Emit a better error message for unbound type parameters in nested functions 2011-06-21 17:58:49 -07: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 Refactor data structures representing constraints (again...) 2011-06-15 15:38:12 -07:00
not-pred-args.rs Serialize constraints in types (literal arguments still not supported) 2011-06-21 14:37:33 -07:00
or-init.rs Handle lazy binops properly in typestate 2011-06-28 13:07:52 -07:00
output-type-mismatch.rs Populate tree. 2010-06-23 21:03:09 -07:00
pattern-tyvar-2.rs Un-XFAIL some tests that now pass. 2011-05-20 19:54:14 -07:00
pattern-tyvar.rs Un-xfail some tests that work 2011-06-14 12:27:23 -07:00
pred-assign.rs Invalidate constraints correctly after an assignment expression 2011-06-24 22:36:53 -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 Un-XFAIL pred-on-wrong-slots 2011-06-10 19:17:15 -07:00
pred-swap.rs Invalidate constraints correctly after an assignment expression 2011-06-24 22:36:53 -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
ret-non-nil.rs Use span_err instead of err. Fixes issue #444. 2011-06-01 17:22:23 -07: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
shadow.rs Fix testcase to be slightly less fussy about line number of error, as it just drifted. 2011-05-26 18:29:28 -07:00
slot-as-pred.rs Un-xfail some tests that work 2011-06-14 12:27:23 -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
swap-no-lval.rs Require that both sides of a swap be lvals. 2011-06-28 17:28:06 -07:00
swap-uninit.rs Write some tests for swap. 2011-06-16 11:47:54 -07:00
tag-type-args.rs Improve error message for wrong number of type arguments 2011-06-09 14:50:49 -07: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-mismatch.rs rustc: Don't commit unification changes until unify succeeds 2011-06-22 20:43:50 -07:00
type-recursive.rs Add xfail-stage0 to some tests (not sure if it matters...) 2011-06-14 12:27:23 -07:00
type-shadow.rs Populate tree. 2010-06-23 21:03:09 -07:00
unbalanced-comment.rs test: Un-xfail some compile-fail tests 2011-05-23 23:13:18 -04:00
unsafe-alias-2.rs A revised, improved alias-checker 2011-06-09 13:11:29 +02:00
unsafe-alias.rs A revised, improved alias-checker 2011-06-09 13:11:29 +02:00
unsafe-alt.rs A revised, improved alias-checker 2011-06-09 13:11:29 +02:00
unsafe-for.rs Add new visitor framework 2011-06-09 13:08:38 +02:00
unsafe-mutable-alias.rs Handle mutable references in alias analysis 2011-06-10 16:44:33 +02:00
use-after-move.rs Compute typestate properly for move 2011-06-22 22:13:42 -07:00
use-meta-mismatch.rs Add a test for mismatched crate metadata in use statements 2011-07-01 12:26:57 -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 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
vec-field.rs rustc: Convert field access on invalid types from an ICE to a fatal error 2011-06-22 21:31:32 -07:00
vector-no-ann.rs Remove some unnecessary xfails 2011-06-14 15:11:48 -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-loop-constraints.rs Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
while-loop-pred-constraints.rs Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
while-type-error.rs Populate tree. 2010-06-23 21:03:09 -07:00
writing-through-read-alias.rs Extend alias analysis to check assignments 2011-06-15 14:10:07 +02:00
writing-through-uninit-vec.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
writing-to-immutable-obj.rs Implement checking against assignments to immutable obj fields 2011-06-15 14:59:51 +02:00
writing-to-immutable-rec.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
writing-to-immutable-tup.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
writing-to-immutable-vec.rs Extend alias analysis to check assignments 2011-06-15 14:10:07 +02:00
wrong-ret-type.rs Missing semicolon in type.ml, plus test to catch regression. Closes #113. 2010-07-19 11:50:41 -07:00