Skip to content

Cleanup some fixed Windows issues #16450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/libregex/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,7 @@ mod parse;
mod re;
mod vm;

// FIXME(#13725) windows needs fixing.
#[cfg(test, not(windows))]
#[cfg(test)]
mod test;

/// The `native` module exists to support the `regex!` macro. Do not use.
Expand Down
2 changes: 0 additions & 2 deletions src/test/bench/shootout-regex-dna.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE.

// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
// ignore-cross-compile #12102

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
5 changes: 0 additions & 5 deletions src/test/run-make/no-intermediate-extras/foo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// FIXME #13793
#[test]
fn test_dummy() {
}
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-14393.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-windows: FIXME #13793

fn main() {
match ("", 1u) {
(_, 42u) => (),
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/test-runner-hides-main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.

// compile-flags:--test
// ignore-windows #10872
// ignore-pretty: does not work well with `--test`

// Building as a test runner means that a synthetic main will be run,
Expand Down