Skip to content

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

@ChrisDenton

Description

@ChrisDenton

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions