rust/src/test/compile-fail
Marijn Haverbeke ae26b775b4 Implement module namespaces
Module names no longer clash with type and value names. The
tokenizer/parser still needs to be taught to be more careful in
identifying keywords, so that we can use 'str' and 'vec' and so as
module names.
2011-05-13 17:20:46 +02: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 Change two compile-fail patterns to match rustc output. 2011-05-04 11:20:47 -07:00
bad-env-capture2.rs Move capture checking into resolve.rs 2011-05-13 12:44:05 +02:00
bad-env-capture3.rs Move capture checking into resolve.rs 2011-05-13 12:44:05 +02:00
bad-env-capture.rs Move capture checking into resolve.rs 2011-05-13 12:44:05 +02:00
bad-expr-path2.rs Implement module namespaces 2011-05-13 17:20:46 +02:00
bad-expr-path.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
bad-main.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bad-name.rs Change two compile-fail patterns to match rustc output. 2011-05-04 11:20:47 -07:00
bad-recv.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
bad-send.rs Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07: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 Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
break-uninit.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02: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
export2.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-boot.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-fully-qualified.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-import.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
export-no-tag-variants.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.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02: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
import2.rs Implement module namespaces 2011-05-13 17:20:46 +02:00
import3.rs Implement module namespaces 2011-05-13 17:20:46 +02:00
import4.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02: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 Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
import.rs Downcase std modules again, move to :: for module dereferencing 2011-05-12 21:30:44 +02:00
impure-pred.rs Test cases for pred / check stuff 2011-05-05 11:26:07 -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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
not-a-pred-2.rs Test cases for pred / check stuff 2011-05-05 11:26:07 -07:00
not-a-pred-3.rs Test cases for pred / check stuff 2011-05-05 11:26:07 -07:00
not-a-pred-check.rs Test cases for pred / check stuff 2011-05-05 11:26:07 -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 Test cases for pred / check stuff 2011-05-05 11:26:07 -07:00
output-type-mismatch.rs
pred-not-bool.rs Enforce in typechecker that preds return a bool 2011-05-05 11:26:07 -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
reserved-dec.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-f16.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-f80.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-f128.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-m32.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-m64.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
reserved-m128.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02:00
return-uninit.rs Enable typestate_check 2011-04-28 13:26:19 -07:00
self-missing-method.rs Fix mistaken replacements in error-pattern comments in tests 2011-05-12 21:45:29 +02: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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
tail-non-call.rs Switch xfail system to use comments embedded in source files. 2011-03-25 12:19:20 -07: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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -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
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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07: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 Assume xfail-stage0 implies stage1 and stage2 in tests, for now. 2011-05-03 18:14:02 -07:00
wrong-ret-type.rs