File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ case $HOST_TARGET in
8484 MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
8585 MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
8686 MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple atomic data_race env/var
87- MIRI_TEST_TARGET=aarch64-linux-android run_tests_minimal hello integer vec
87+ MIRI_TEST_TARGET=aarch64-linux-android run_tests_minimal hello integer vec panic/panic
8888 MIRI_TEST_TARGET=thumbv7em-none-eabihf MIRI_NO_STD=1 run_tests_minimal no_std # no_std embedded architecture
8989 ;;
9090 x86_64-apple-darwin)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ impl Dlsym {
1515 pub fn from_str < ' tcx > ( name : & str ) -> InterpResult < ' tcx , Option < Dlsym > > {
1616 Ok ( match & * name {
1717 "signal" => Some ( Dlsym :: signal) ,
18+ "android_set_abort_message" => None ,
1819 _ => throw_unsup_format ! ( "unsupported Android dlsym: {}" , name) ,
1920 } )
2021 }
You can’t perform that action at this time.
0 commit comments