Enable typestate_check

Enable typestate checking (just for uninitialized vars) and un-XFAIL the
relevant tests for stage0.
This commit is contained in:
Tim Chevalier 2011-04-27 15:41:53 -07:00 committed by Graydon Hoare
parent 34dae82b48
commit 26e177a97a
11 changed files with 0 additions and 11 deletions

View file

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn foo() -> int {

View file

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn foo() -> int {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// -*- rust -*-
// error-pattern: precondition

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern: precondition constraint
fn f() -> int {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn foo(int x) {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn foo(int x) {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn main() {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern:Unsatisfied precondition
fn foo(int x) {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern: precondition constraint
fn f() -> int {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern: precondition constraint
fn main() {

View file

@ -1,4 +1,3 @@
// xfail-stage0
// error-pattern: Unsatisfied precondition constraint
fn test() {