Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
221 changes: 0 additions & 221 deletions ISSUE-165-TODO.md

This file was deleted.

65 changes: 0 additions & 65 deletions PARITY_DEBT.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added crates/libmwemu/src/tests/fixtures/hello_mac_x64
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions crates/libmwemu/src/tests/isa/aarch64/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod aarch64_basic;
3 changes: 3 additions & 0 deletions crates/libmwemu/src/tests/isa/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mod aarch64;
mod x64;
mod x86;
7 changes: 7 additions & 0 deletions crates/libmwemu/src/tests/isa/x64/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mod allocator64_test;
mod call64;
mod exception_handler64;
mod linux_call64;
mod mem64_test;
mod memmove_test;
mod stack64_test;
22 changes: 22 additions & 0 deletions crates/libmwemu/src/tests/isa/x86/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
mod allocator32_test;
mod basic_test_code_bytes_shld_shrd;
mod bit_manipulation_tests;
mod call32;
mod cmpxchg_tests;
mod exception_handler32;
mod flag_calculations;
mod fpu_conversions;
mod fpu_f80_emulation;
mod fpu_stack_operations;
mod logic_test;
mod rax_x86_tests;
mod shl2p8_bug_trigger;
mod shl2p8_edge_cases_should_not_panic;
mod sse_avx_tests;
mod stack32_test;
mod stress_sar2p_all;
mod stress_shl1p_all;
mod stress_shl2p_all;
mod stress_shl2p_trigger;
mod stress_shr2p_all;
mod string_ops_tests;
Loading
Loading