Closed
Description
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.