reverie/tests
Jason White 0a4791711c Remove old and unused llvm_asm!() assembly blocks
Summary:
This was from the *before times* when `core::arch::asm` wasn't yet stable. `llvm_asm!()` has been removed from recent versions of rustc, so this stuff won't even compile anymore.

Note that this also removes a rather large block of `llvm_asm` (`check_for_xen_pmi_bug`) that hasn't yet been migrated over to the new asm syntax. This seems like a lot of work for little benefit, so I'm just deleting it for now.

Differential Revision: D40957341

fbshipit-source-id: 2b9bf97e93eaa9462295b9060907530dd797e288
2022-11-03 12:53:11 -07:00
..
c_tests Get tests building under aarch64 2022-10-27 10:56:09 -07:00
disabled update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
gdbserver-integration update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
shell_tests update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
standalone update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
backtrace.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
basics.rs Remove old and unused llvm_asm!() assembly blocks 2022-11-03 12:53:11 -07:00
busywait.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
convert.rs Remove old and unused llvm_asm!() assembly blocks 2022-11-03 12:53:11 -07:00
cpuid.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
delay_signal.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
exit.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
parallelism.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
rdtsc.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
signal.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
signalfd.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
spinlock.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
stack.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
stat.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
state.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
suppression.rs Add test to check that syscalls are suppressed successfully 2022-11-01 10:11:35 -07:00
thread_start.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
timer_semantics.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00
vdso.rs update hermetic_infra/** files with correct license header - 1/x 2022-10-26 12:18:14 -07:00
vfork.rs Get tests building under aarch64 2022-10-27 10:56:09 -07:00