Skip to content

test std more systematically#61

Merged
RalfJung merged 2 commits into
rust-lang:masterfrom
RalfJung:std
Apr 28, 2024
Merged

test std more systematically#61
RalfJung merged 2 commits into
rust-lang:masterfrom
RalfJung:std

Conversation

@RalfJung

@RalfJung RalfJung commented Apr 9, 2024

Copy link
Copy Markdown
Member

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

RalfJung commented Apr 9, 2024

Copy link
Copy Markdown
Member Author
  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
Copy Markdown
Member Author

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

@RalfJung

Copy link
Copy Markdown
Member Author

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

@RalfJung

Copy link
Copy Markdown
Member Author

Next blocker: rust-lang/miri#3499

@RalfJung

Copy link
Copy Markdown
Member Author

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

@RalfJung

Copy link
Copy Markdown
Member Author

Next blocker: rust-lang/rust#124411

@RalfJung

Copy link
Copy Markdown
Member Author

Yay, finally. :)

Merged via the queue into rust-lang:master with commit 3d57428 Apr 28, 2024
@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