From d89b678d69cfc212c16ca06fa73a86918a43c975 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Thu, 14 May 2026 20:02:44 -0700 Subject: [PATCH] move dead sglang.test files to test/manual (#25316) --- python/sglang/test/attention/__init__.py | 0 python/sglang/test/longbench_v2/__init__.py | 1 - .../sglang/test => test/manual}/ascend/disaggregation_utils.py | 0 .../sglang/test => test/manual}/ascend/test_ascend_vocab_mask.py | 0 .../test => test/manual}/attention/test_flashattn_backend.py | 0 .../test => test/manual}/attention/test_flashattn_mla_backend.py | 0 .../test => test/manual}/attention/test_prefix_chunk_info.py | 0 .../test => test/manual}/attention/test_trtllm_mla_backend.py | 0 .../sglang/test => test/manual/core}/test_dynamic_grad_mode.py | 0 {python/sglang/test => test/manual/debug_utils}/get_logits_ut.py | 0 .../sglang/test/ci => test/manual/debug_utils}/run_with_retry.py | 0 .../sglang/test => test/manual/debug_utils}/test_dump_metric.py | 0 .../sglang/test => test/manual/ep}/test_flashinfer_dispatcher.py | 0 .../longbench_v2 => test/manual/eval}/longbench_v2_evaluation.md | 0 .../longbench_v2 => test/manual/eval}/test_longbench_v2_eval.py | 0 .../longbench_v2 => test/manual/eval}/validate_longbench_v2.py | 0 .../manual/eval}/validate_longbench_v2_standalone.py | 0 .../test => test/manual/layers/moe}/bench_mxfp4_sm90_kernels.py | 0 {python/sglang/test => test/manual/layers}/test_activation.py | 0 {python/sglang/test => test/manual/layers}/test_layernorm.py | 0 {python/sglang/test => test/manual/quant}/test_block_fp8.py | 0 .../manual/quant}/test_block_fp8_deep_gemm_blackwell.py | 0 {python/sglang/test => test/manual/quant}/test_custom_ops.py | 0 {python/sglang/test => test/manual/quant}/test_cutlass_moe.py | 0 .../sglang/test => test/manual/quant}/test_cutlass_w16a16_moe.py | 0 .../sglang/test => test/manual/quant}/test_cutlass_w4a8_moe.py | 0 .../test => test/manual/quant}/test_kvfp4_quant_dequant.py | 0 .../test/speculative => test/manual/spec}/test_spec_utils.py | 0 {python/sglang/test => test/manual/vlm}/test_mm_utils.py | 0 29 files changed, 1 deletion(-) delete mode 100644 python/sglang/test/attention/__init__.py delete mode 100644 python/sglang/test/longbench_v2/__init__.py rename {python/sglang/test => test/manual}/ascend/disaggregation_utils.py (100%) rename {python/sglang/test => test/manual}/ascend/test_ascend_vocab_mask.py (100%) rename {python/sglang/test => test/manual}/attention/test_flashattn_backend.py (100%) rename {python/sglang/test => test/manual}/attention/test_flashattn_mla_backend.py (100%) rename {python/sglang/test => test/manual}/attention/test_prefix_chunk_info.py (100%) rename {python/sglang/test => test/manual}/attention/test_trtllm_mla_backend.py (100%) rename {python/sglang/test => test/manual/core}/test_dynamic_grad_mode.py (100%) rename {python/sglang/test => test/manual/debug_utils}/get_logits_ut.py (100%) rename {python/sglang/test/ci => test/manual/debug_utils}/run_with_retry.py (100%) rename {python/sglang/test => test/manual/debug_utils}/test_dump_metric.py (100%) rename {python/sglang/test => test/manual/ep}/test_flashinfer_dispatcher.py (100%) rename {python/sglang/test/longbench_v2 => test/manual/eval}/longbench_v2_evaluation.md (100%) rename {python/sglang/test/longbench_v2 => test/manual/eval}/test_longbench_v2_eval.py (100%) rename {python/sglang/test/longbench_v2 => test/manual/eval}/validate_longbench_v2.py (100%) rename {python/sglang/test/longbench_v2 => test/manual/eval}/validate_longbench_v2_standalone.py (100%) rename {python/sglang/test => test/manual/layers/moe}/bench_mxfp4_sm90_kernels.py (100%) rename {python/sglang/test => test/manual/layers}/test_activation.py (100%) rename {python/sglang/test => test/manual/layers}/test_layernorm.py (100%) rename {python/sglang/test => test/manual/quant}/test_block_fp8.py (100%) rename {python/sglang/test => test/manual/quant}/test_block_fp8_deep_gemm_blackwell.py (100%) rename {python/sglang/test => test/manual/quant}/test_custom_ops.py (100%) rename {python/sglang/test => test/manual/quant}/test_cutlass_moe.py (100%) rename {python/sglang/test => test/manual/quant}/test_cutlass_w16a16_moe.py (100%) rename {python/sglang/test => test/manual/quant}/test_cutlass_w4a8_moe.py (100%) rename {python/sglang/test => test/manual/quant}/test_kvfp4_quant_dequant.py (100%) rename {python/sglang/test/speculative => test/manual/spec}/test_spec_utils.py (100%) rename {python/sglang/test => test/manual/vlm}/test_mm_utils.py (100%) diff --git a/python/sglang/test/attention/__init__.py b/python/sglang/test/attention/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/python/sglang/test/longbench_v2/__init__.py b/python/sglang/test/longbench_v2/__init__.py deleted file mode 100644 index a04743c16..000000000 --- a/python/sglang/test/longbench_v2/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""LongBench-v2 auxiliary utilities and validation scripts.""" diff --git a/python/sglang/test/ascend/disaggregation_utils.py b/test/manual/ascend/disaggregation_utils.py similarity index 100% rename from python/sglang/test/ascend/disaggregation_utils.py rename to test/manual/ascend/disaggregation_utils.py diff --git a/python/sglang/test/ascend/test_ascend_vocab_mask.py b/test/manual/ascend/test_ascend_vocab_mask.py similarity index 100% rename from python/sglang/test/ascend/test_ascend_vocab_mask.py rename to test/manual/ascend/test_ascend_vocab_mask.py diff --git a/python/sglang/test/attention/test_flashattn_backend.py b/test/manual/attention/test_flashattn_backend.py similarity index 100% rename from python/sglang/test/attention/test_flashattn_backend.py rename to test/manual/attention/test_flashattn_backend.py diff --git a/python/sglang/test/attention/test_flashattn_mla_backend.py b/test/manual/attention/test_flashattn_mla_backend.py similarity index 100% rename from python/sglang/test/attention/test_flashattn_mla_backend.py rename to test/manual/attention/test_flashattn_mla_backend.py diff --git a/python/sglang/test/attention/test_prefix_chunk_info.py b/test/manual/attention/test_prefix_chunk_info.py similarity index 100% rename from python/sglang/test/attention/test_prefix_chunk_info.py rename to test/manual/attention/test_prefix_chunk_info.py diff --git a/python/sglang/test/attention/test_trtllm_mla_backend.py b/test/manual/attention/test_trtllm_mla_backend.py similarity index 100% rename from python/sglang/test/attention/test_trtllm_mla_backend.py rename to test/manual/attention/test_trtllm_mla_backend.py diff --git a/python/sglang/test/test_dynamic_grad_mode.py b/test/manual/core/test_dynamic_grad_mode.py similarity index 100% rename from python/sglang/test/test_dynamic_grad_mode.py rename to test/manual/core/test_dynamic_grad_mode.py diff --git a/python/sglang/test/get_logits_ut.py b/test/manual/debug_utils/get_logits_ut.py similarity index 100% rename from python/sglang/test/get_logits_ut.py rename to test/manual/debug_utils/get_logits_ut.py diff --git a/python/sglang/test/ci/run_with_retry.py b/test/manual/debug_utils/run_with_retry.py similarity index 100% rename from python/sglang/test/ci/run_with_retry.py rename to test/manual/debug_utils/run_with_retry.py diff --git a/python/sglang/test/test_dump_metric.py b/test/manual/debug_utils/test_dump_metric.py similarity index 100% rename from python/sglang/test/test_dump_metric.py rename to test/manual/debug_utils/test_dump_metric.py diff --git a/python/sglang/test/test_flashinfer_dispatcher.py b/test/manual/ep/test_flashinfer_dispatcher.py similarity index 100% rename from python/sglang/test/test_flashinfer_dispatcher.py rename to test/manual/ep/test_flashinfer_dispatcher.py diff --git a/python/sglang/test/longbench_v2/longbench_v2_evaluation.md b/test/manual/eval/longbench_v2_evaluation.md similarity index 100% rename from python/sglang/test/longbench_v2/longbench_v2_evaluation.md rename to test/manual/eval/longbench_v2_evaluation.md diff --git a/python/sglang/test/longbench_v2/test_longbench_v2_eval.py b/test/manual/eval/test_longbench_v2_eval.py similarity index 100% rename from python/sglang/test/longbench_v2/test_longbench_v2_eval.py rename to test/manual/eval/test_longbench_v2_eval.py diff --git a/python/sglang/test/longbench_v2/validate_longbench_v2.py b/test/manual/eval/validate_longbench_v2.py similarity index 100% rename from python/sglang/test/longbench_v2/validate_longbench_v2.py rename to test/manual/eval/validate_longbench_v2.py diff --git a/python/sglang/test/longbench_v2/validate_longbench_v2_standalone.py b/test/manual/eval/validate_longbench_v2_standalone.py similarity index 100% rename from python/sglang/test/longbench_v2/validate_longbench_v2_standalone.py rename to test/manual/eval/validate_longbench_v2_standalone.py diff --git a/python/sglang/test/bench_mxfp4_sm90_kernels.py b/test/manual/layers/moe/bench_mxfp4_sm90_kernels.py similarity index 100% rename from python/sglang/test/bench_mxfp4_sm90_kernels.py rename to test/manual/layers/moe/bench_mxfp4_sm90_kernels.py diff --git a/python/sglang/test/test_activation.py b/test/manual/layers/test_activation.py similarity index 100% rename from python/sglang/test/test_activation.py rename to test/manual/layers/test_activation.py diff --git a/python/sglang/test/test_layernorm.py b/test/manual/layers/test_layernorm.py similarity index 100% rename from python/sglang/test/test_layernorm.py rename to test/manual/layers/test_layernorm.py diff --git a/python/sglang/test/test_block_fp8.py b/test/manual/quant/test_block_fp8.py similarity index 100% rename from python/sglang/test/test_block_fp8.py rename to test/manual/quant/test_block_fp8.py diff --git a/python/sglang/test/test_block_fp8_deep_gemm_blackwell.py b/test/manual/quant/test_block_fp8_deep_gemm_blackwell.py similarity index 100% rename from python/sglang/test/test_block_fp8_deep_gemm_blackwell.py rename to test/manual/quant/test_block_fp8_deep_gemm_blackwell.py diff --git a/python/sglang/test/test_custom_ops.py b/test/manual/quant/test_custom_ops.py similarity index 100% rename from python/sglang/test/test_custom_ops.py rename to test/manual/quant/test_custom_ops.py diff --git a/python/sglang/test/test_cutlass_moe.py b/test/manual/quant/test_cutlass_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_moe.py rename to test/manual/quant/test_cutlass_moe.py diff --git a/python/sglang/test/test_cutlass_w16a16_moe.py b/test/manual/quant/test_cutlass_w16a16_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_w16a16_moe.py rename to test/manual/quant/test_cutlass_w16a16_moe.py diff --git a/python/sglang/test/test_cutlass_w4a8_moe.py b/test/manual/quant/test_cutlass_w4a8_moe.py similarity index 100% rename from python/sglang/test/test_cutlass_w4a8_moe.py rename to test/manual/quant/test_cutlass_w4a8_moe.py diff --git a/python/sglang/test/test_kvfp4_quant_dequant.py b/test/manual/quant/test_kvfp4_quant_dequant.py similarity index 100% rename from python/sglang/test/test_kvfp4_quant_dequant.py rename to test/manual/quant/test_kvfp4_quant_dequant.py diff --git a/python/sglang/test/speculative/test_spec_utils.py b/test/manual/spec/test_spec_utils.py similarity index 100% rename from python/sglang/test/speculative/test_spec_utils.py rename to test/manual/spec/test_spec_utils.py diff --git a/python/sglang/test/test_mm_utils.py b/test/manual/vlm/test_mm_utils.py similarity index 100% rename from python/sglang/test/test_mm_utils.py rename to test/manual/vlm/test_mm_utils.py