Skip to content

Commit

Permalink
Update rand test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Sep 21, 2023
1 parent 02dec62 commit 2b30bcc
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 46 deletions.
6 changes: 2 additions & 4 deletions build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,11 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
TestCase::build_bin("aot.issue-59326", "example/issue-59326.rs"),
];

// FIXME(rust-random/rand#1293): Newer rand versions fail to test on Windows. Update once this is
// fixed.
pub(crate) static RAND_REPO: GitRepo = GitRepo::github(
"rust-random",
"rand",
"50b9a447410860af8d6db9a208c3576886955874",
"446203b96054891e",
"f3dd0b885c4597b9617ca79987a0dd899ab29fcb",
"3f869e4fcd602b66",
"rand",
);

Expand Down
Loading

0 comments on commit 2b30bcc

Please sign in to comment.