Skip to content

rustdoc: a lot of test causes OS Error 8 on Win32 #16690

Closed
@klutzy

Description

@klutzy
for i in range(200):
    print "/// ```"
    print "/// assert!(1u == 1u);"
    print "/// ```"
    print "fn dummy_" + str(i) + "() {}"
$ python gen.py > lib.rs
$ rustdoc.exe --test lib.rs
<snip>

failures:

---- dummy_79_0 stdout ----
        error: could not exec the linker `gcc`: OS Error 8: <os-specific message>

        error: aborting due to previous error
        task 'dummy_79_0' failed at 'Box<Any>', C:\home\stone\rust\src\libsyntax\ast_util.rs:776

<snip>

test result: FAILED. 173 passed; 27 failed; 0 ignored; 0 measured

(The number of failures vary)

I met this during check-stage2-T-i686-pc-mingw32-H-i686-pc-mingw32-doc-crate-std.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions