vm/tests
runningshrimp 6e166be435 清理向后兼容性代码和标记删除的代码
- 删除 vm-core/src/parallel.rs 中的 new_legacy 方法
- 删除 vm-core/src/parallel.rs 中的废弃 run_parallel 方法
- 删除 vm-mem/src/unified_mmu.rs 中的废弃 multilevel_tlb_config 和 concurrent_tlb_config 字段
- 删除 vm-boot/src/snapshot.rs 中的废弃 SnapshotManager 类型别名
- 删除 vm-passthrough/src/gpu.rs 中的废弃 GpuManager 类型别名
- 更新测试文件使用新的 API
2025-12-23 18:30:29 +08:00
..
cross_arch 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
aot_jit_integration.rs P0-06/P0-07: Add AOT/JIT and device tests 2025-12-09 20:30:02 +08:00
async_execution.rs P1-01: Create standalone async-executor library with full tests 2025-12-09 21:16:59 +08:00
async_execution_engine_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
async_execution_tests.rs P1-01: Async execution engine implementation 2025-12-09 20:54:47 +08:00
async_integration_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
async_mmu_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
code_cache_concurrent_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
comprehensive_integration_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
concurrent_safety_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
cross_arch_integration_test_runner.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
cross_arch_integration_tests.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
cross_arch_integration_tests_part2.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
cross_arch_integration_tests_part3.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
device_simulation.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
e2e_test_suite.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
fuzz_jit_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
fuzz_mmu_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
fuzz_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
gc_concurrent_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
jit_async_integration_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
p1_01_async_executor.rs P1-01: Create standalone async-executor library with full tests 2025-12-09 21:16:59 +08:00
p1_01_async_integration.rs P1-01: Start async execution engine (partial) 2025-12-09 21:09:14 +08:00
performance_regression.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
performance_stress_tests.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
scheduler_integration_tests.rs feat: 实现统一GPU管理系统、快照管理、模板系统、实时迁移和GDB调试支持 2025-12-09 19:20:09 +08:00
tlb_concurrent_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
tlb_cross_arch_integration.rs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vendor_integration_tests.rs feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
vm_state_tests.rs Resolve merge conflicts: keep local (ours) changes 2025-12-08 19:02:28 +08:00