Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes from the Lykensol branch Ephemera/0.10.0 #10

Closed
wants to merge 35 commits into from

Conversation

LegNeato
Copy link
Collaborator

This is the branch wholesale with a test fix by me.

eddyb and others added 27 commits September 17, 2024 11:16
@LegNeato
Copy link
Collaborator Author

LegNeato commented Sep 17, 2024

This is failing due to the // ignore-vulkan1.2lines not being respected. When run under:

RUST_TEST_NOCAPTURE=1  cargo run -p compiletests --release --no-default-features --features "use-compiled-tools" -- --target-env vulkan1.1,spv1.3

They pass and this fails:

RUST_TEST_NOCAPTURE=1  cargo run -p compiletests --release --no-default-features --features "use-compiled-tools" -- --target-env vulkan1.2,spv1.3

Possibly introduced by 1978c70

Without this the skip directives weren't working. This looks to
largely be legacy anyway, but tests now run and pass in the
correct environments.
@LegNeato LegNeato force-pushed the next_release branch 2 times, most recently from 3485eb3 to c1a8be0 Compare September 18, 2024 18:39
We have specific code to handle the path mangling on windows, but
for some reason it isn't working for these tests.

This is a hack to make them pass on windows.
@LegNeato
Copy link
Collaborator Author

Closing in favor of merging these separately

@LegNeato LegNeato closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants