mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
feat: increase TEST_SAMPLE_INTRINSICS_PERCENTAGE of x86_64 to 30%
This commit is contained in:
@@ -75,7 +75,7 @@ case ${TARGET} in
|
||||
TEST_CXX_COMPILER="clang++"
|
||||
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
|
||||
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
|
||||
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=5}"
|
||||
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=30}"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user