Skip to content

Commit

Permalink
Disabled broken tests in std::vec.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Aug 23, 2013
1 parent 12ecdb6 commit 651f382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libstd/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3154,6 +3154,7 @@ mod tests {
}
}

#[ignore] // FIXME #8698
#[test]
#[should_fail]
fn test_map_fail() {
Expand All @@ -3168,6 +3169,7 @@ mod tests {
};
}

#[ignore] // FIXME #8698
#[test]
#[should_fail]
fn test_flat_map_fail() {
Expand All @@ -3182,6 +3184,7 @@ mod tests {
};
}

#[ignore] // FIXME #8698
#[test]
#[should_fail]
fn test_rposition_fail() {
Expand All @@ -3196,6 +3199,7 @@ mod tests {
};
}

#[ignore] // FIXME #8698
#[test]
#[should_fail]
fn test_permute_fail() {
Expand Down

5 comments on commit 651f382

@bors
Copy link
Contributor

@bors bors commented on 651f382 Aug 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at vadimcn@651f382

@bors
Copy link
Contributor

@bors bors commented on 651f382 Aug 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging vadimcn/rust/master = 651f382 into auto

@bors
Copy link
Contributor

@bors bors commented on 651f382 Aug 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vadimcn/rust/master = 651f382 merged ok, testing candidate = 9e1e152

@bors
Copy link
Contributor

@bors bors commented on 651f382 Aug 23, 2013

@bors
Copy link
Contributor

@bors bors commented on 651f382 Aug 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 9e1e152

Please sign in to comment.