Skip to content

gated-plugin and multiple-plugins tests fail on stage one #99295

Closed

Description

On x86_64-pc-windows-msvc the src/test/ui-fulldeps/gated-plugin.rs and ui-fulldeps/multiple-plugins.rs tests fail on stage 1 but succeed in stage 2.

Abbreviated error output:

---- [ui] src/test\ui-fulldeps\gated-plugin.rs stdout ----

--- stderr -------------------------------
error: LoadLibraryExW failed
  --> R:\rust\src/test\ui-fulldeps\gated-plugin.rs:3:11
   |
LL | #![plugin(empty_plugin)]
   |           ^^^^^^^^^^^^

error: aborting due to previous error
------------------------------------------
---- [ui] src/test\ui-fulldeps\multiple-plugins.rs stdout ----

--- stderr -------------------------------
error: LoadLibraryExW failed
  --> R:\rust\src/test\ui-fulldeps\multiple-plugins.rs:8:11
   |
LL | #![plugin(multiple_plugins_1)] //~ WARN use of deprecated attribute `plugin`
   |           ^^^^^^^^^^^^^^^^^^

error: aborting due to previous error
------------------------------------------

I guess one solution would be to make them stage 2 only?

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions