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_od - re-enable f16 test with newer AVD system image #6099

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

env:
TERMUX: v0.118.0
KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc15
KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc17
COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect
EMULATOR_DISK_SIZE: 12GB
EMULATOR_HEAP_SIZE: 2048M
Expand All @@ -36,7 +36,7 @@ jobs:
cores: [4] # , 6
ram: [4096, 8192]
api-level: [28]
target: [default]
target: [google_apis_playstore]
arch: [x86, x86_64] # , arm64-v8a
exclude:
- ram: 8192
Expand Down
7 changes: 0 additions & 7 deletions tests/by-util/test_od.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ fn test_hex32() {
.stdout_is(expected_output);
}

// This test fails on Android CI on AVD on Ubuntu Github runners.
// It was never reproducible locally and seems to be very hard to fix.
// Thats why its disabled for android x86*. See uutils issue #5941.
#[cfg(not(all(
target_os = "android",
any(target_arch = "x86", target_arch = "x86_64")
)))]
#[test]
fn test_f16() {
let input: [u8; 14] = [
Expand Down
Loading