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

test std more systematically #61

Merged
merged 2 commits into from
Apr 28, 2024
Merged

test std more systematically #61

merged 2 commits into from
Apr 28, 2024

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Apr 9, 2024

Now that rustc itself already runs std tests in CI, it wouldn't make sense to just do the exact same thing here. So let's see if we can test more.

@RalfJung
Copy link
Member Author

RalfJung commented Apr 9, 2024

  0.066767   error: multiple definitions of symbol `lgammaf_r`
  0.000046       --> /home/runner/work/miri-test-libstd/miri-test-libstd/rust-src-patched/library/std/src/f32.rs:1196:26
  0.000008        |
  0.000007   1196 |         let x = unsafe { cmath::lgammaf_r(self, &mut signgamp) };
  0.000005        |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ multiple definitions of symbol `lgammaf_r`
  0.000006        |

So, blocked by rust-lang/compiler-builtins#586.

@RalfJung
Copy link
Member Author

Now blocked on rust-lang/rust#123719 and rust-lang/rust#123891.

@RalfJung
Copy link
Member Author

Now blocked on rust-lang/rust#123957 and rust-lang/rust#124007

@RalfJung
Copy link
Member Author

Next blocker: rust-lang/miri#3499

@RalfJung
Copy link
Member Author

I think that failure is an instance of rust-lang/rust#124409.

@RalfJung
Copy link
Member Author

Next blocker: rust-lang/rust#124411

@RalfJung
Copy link
Member Author

Yay, finally. :)

Merged via the queue into rust-lang:master with commit 3d57428 Apr 28, 2024
8 checks passed
@RalfJung RalfJung deleted the std branch May 5, 2024 09:31
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.

1 participant