Skip to content

run-pass/lang-item-public.rs is ignored on windows #13361

Closed
@alexcrichton

Description

@alexcrichton

I'm about to ignore this test with the removal of check-fast (it was implicitly ignored before). I'm not sure why this test is failing:

---- [run-pass] run-pass/lang-item-public.rs stdout ----

    error: compilation failed!
    command: PATH="i686-pc-mingw32/stage2/bin;;c:\mingw\msys\1.0\bin;c:\Windows\system32;c:\Windows;c:\Windows\System32\Wbem;c:\Windows\System32\WindowsPowerShell\v1.0\;C:\MinGW\bin;c:\mingw\msys\1.0\bin;c:\python27;c:\python27\scripts;c:\program files (x86)\inno setup 5;c:\program files (x86)\git\bin;i686-pc-mingw32\stage2\bin\rustlib\i686-pc-mingw32\lib" i686-pc-mingw32\stage2\bin\rustc.exe C:\bot\slave\try-win\build\src\test\run-pass\lang-item-public.rs -L i686-pc-mingw32\test\run-pass --target=i686-pc-mingw32 -L i686-pc-mingw32\test\run-pass\lang-item-public.stage2-i686-pc-mingw32.libaux -C prefer-dynamic -o i686-pc-mingw32\test\run-pass\lang-item-public.stage2-i686-pc-mingw32.exe --cfg rtopt --cfg debug -O -L i686-pc-mingw32/rt
    stdout:
    ------------------------------------------

    ------------------------------------------
    stderr:
    ------------------------------------------
    C:\bot\slave\try-win\build\src\test\run-pass\lang-item-public.rs:16:1: 16:44 error: can't find crate for `lang_lib`
    C:\bot\slave\try-win\build\src\test\run-pass\lang-item-public.rs:16 extern crate lang_lib = "lang-item-public";
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    error: aborting due to previous error

    ------------------------------------------

    task '[run-pass] run-pass/lang-item-public.rs' failed at 'explicit failure', C:\bot\slave\try-win\build\src\compiletest\runtest.rs:962


failures:
    [run-pass] run-pass/lang-item-public.rs

test result: FAILED. 1383 passed; 1 failed; 49 ignored; 0 measured

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

    No branches or pull requests

    Issue actions