Skip to content

make check broken on windows #10452

Closed
@klutzy

Description

@klutzy
Contributor

We only run make check-fast on windows due to slowness (#8844), but in theory it should work. It doesn't now.

Activity

klutzy

klutzy commented on Nov 13, 2013

@klutzy
ContributorAuthor

My result with gcc 4.6:

failures:
    [run-pass] run-pass/glob-std.rs
    [run-pass] run-pass/linkage-visibility.rs
    [run-pass] run-pass/signal-exit-status.rs
    [run-pass] run-pass/struct-update-moves-and-copies.rs
    [run-pass] run-pass/tempfile.rs

test result: FAILED. 1314 passed; 5 failed; 54 ignored; 0 measured

gcc 4.8 result has 4 more failures due to #9205: we xfail-fasted them so they are only skipped on check-fast.

klutzy

klutzy commented on Nov 13, 2013

@klutzy
ContributorAuthor

struct-update-moves-and-copies error is...

$ ./i686-pc-mingw32/test/run-pass/struct-update-moves-and-copies.stage2-i686-pc-mingw32.exe
sh: ./i686-pc-mingw32/test/run-pass/struct-update-moves-and-copies.stage2-i686-pc-mingw32.exe: Bad file number

... because UAC (at least on win 8.1 preview) saw the word "update" in filename then blocked it. :(

Others are just xfail-fasted. We could use xfail-win32 instead, but some of them may be fixable.

added a commit that references this issue on Nov 14, 2013
added a commit that references this issue on Nov 14, 2013

auto merge of #10472 : klutzy/rust/cleanup-xfail, r=alexcrichton

51f2e7e
added a commit that references this issue on May 5, 2023

Auto merge of rust-lang#10679 - y21:better-const-ctx-check, r=Jarcho

496c110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcO-windowsOperating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @klutzy

      Issue actions

        `make check` broken on windows · Issue #10452 · rust-lang/rust