From e16fc04808d087e87ddfd14aedcf44b529feab36 Mon Sep 17 00:00:00 2001 From: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:00:31 +0800 Subject: [PATCH 1/2] [None][infra] Waive 1 failed cases for main in pre-merge 57535 Bug(s): 6697142 Requested by: @yihwang Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com> --- tests/integration/test_lists/waives.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index c3a649190f0f..1d084744d97b 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -339,6 +339,7 @@ unittest/_torch/attention/sparse/test_minimax_m3_msa_backend.py::test_msa_paged_ unittest/_torch/attention/sparse/test_minimax_m3_sparse_attn_decode.py::test_sparse_decode_matches_msa_kernel SKIP (https://nvbugs/6669902) unittest/_torch/attention/test_attention_backends.py::test_attention_backend[exaone_moe_gqa_swa128-ctx-bf16-HND-p32-v1] SKIP (https://nvbugs/6668773) unittest/_torch/attention/test_attention_backends.py::test_attention_backend[qwen2_0_5b_gqa_hd64-ctx-bf16-HND-p32-v1] SKIP (https://nvbugs/6641268) +unittest/_torch/attention/test_combined_fmha.py::test_flashinfer_context_fallback_scope[1-32-100-dtype0] SKIP (https://nvbugs/6697142) unittest/_torch/executor/test_overlap_scheduler.py::test_overlap_scheduler_block_reuse_cache_hit SKIP (https://nvbugs/6608387) unittest/_torch/modeling/test_gemma4_e2e_dummy.py::test_e2e_text_31b_dummy SKIP (https://nvbugs/6607482) unittest/_torch/modeling/test_modeling_nemotron_nano_v2_vl.py::test_nemotron_nano_v2_vl_video_batch_equivalence SKIP (https://nvbugs/6625695) From e7c071a8c1a9a6163288a6be6c1f3a342cd6eb3b Mon Sep 17 00:00:00 2001 From: Yihan Wang Date: Mon, 31 Aug 2026 20:01:15 +0800 Subject: [PATCH 2/2] Update waives.txt Signed-off-by: Yihan Wang --- tests/integration/test_lists/waives.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 1d084744d97b..77fd748d0820 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -339,7 +339,7 @@ unittest/_torch/attention/sparse/test_minimax_m3_msa_backend.py::test_msa_paged_ unittest/_torch/attention/sparse/test_minimax_m3_sparse_attn_decode.py::test_sparse_decode_matches_msa_kernel SKIP (https://nvbugs/6669902) unittest/_torch/attention/test_attention_backends.py::test_attention_backend[exaone_moe_gqa_swa128-ctx-bf16-HND-p32-v1] SKIP (https://nvbugs/6668773) unittest/_torch/attention/test_attention_backends.py::test_attention_backend[qwen2_0_5b_gqa_hd64-ctx-bf16-HND-p32-v1] SKIP (https://nvbugs/6641268) -unittest/_torch/attention/test_combined_fmha.py::test_flashinfer_context_fallback_scope[1-32-100-dtype0] SKIP (https://nvbugs/6697142) +unittest/_torch/attention/test_combined_fmha.py::test_flashinfer_context_fallback_scope SKIP (https://nvbugs/6697142) unittest/_torch/executor/test_overlap_scheduler.py::test_overlap_scheduler_block_reuse_cache_hit SKIP (https://nvbugs/6608387) unittest/_torch/modeling/test_gemma4_e2e_dummy.py::test_e2e_text_31b_dummy SKIP (https://nvbugs/6607482) unittest/_torch/modeling/test_modeling_nemotron_nano_v2_vl.py::test_nemotron_nano_v2_vl_video_batch_equivalence SKIP (https://nvbugs/6625695)