Skip to content

Regex tests are ignored on windows #13725

Closed
@alexcrichton

Description

@alexcrichton

Updated description

They're broken on the bots: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5537/steps/test/logs/stdio

Needs investigation.

Original description

For example, the new regex tests just failed with this error

C:\bot\slave\auto-win-32-nopt-t\build\src\libregex\test\mod.rs:13:1: 13:27 error: Error code 127
C:\bot\slave\auto-win-32-nopt-t\build\src\libregex\test\mod.rs:13 extern crate regex_macros;
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~

I suspect that we're not marking the macro registrar with a dllexport linkage. Needs more investigation.

Additionally, that error is pretty bad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windowsOperating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions