Disabled broken tests in std::vec.

This commit is contained in:
Vadim Chugunov
2013-08-22 20:00:19 -07:00
parent 12ecdb6381
commit 651f38258d

View File

@@ -3154,6 +3154,7 @@ mod tests {
} }
} }
#[ignore] // FIXME #8698
#[test] #[test]
#[should_fail] #[should_fail]
fn test_map_fail() { fn test_map_fail() {
@@ -3168,6 +3169,7 @@ mod tests {
}; };
} }
#[ignore] // FIXME #8698
#[test] #[test]
#[should_fail] #[should_fail]
fn test_flat_map_fail() { fn test_flat_map_fail() {
@@ -3182,6 +3184,7 @@ mod tests {
}; };
} }
#[ignore] // FIXME #8698
#[test] #[test]
#[should_fail] #[should_fail]
fn test_rposition_fail() { fn test_rposition_fail() {
@@ -3196,6 +3199,7 @@ mod tests {
}; };
} }
#[ignore] // FIXME #8698
#[test] #[test]
#[should_fail] #[should_fail]
fn test_permute_fail() { fn test_permute_fail() {