From 181179166533f168b4c2e9b81c8b86672d586748 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Mon, 31 Oct 2022 18:39:58 +0000 Subject: [PATCH] add failures in report --- scripts/amd/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/amd/test.sh b/scripts/amd/test.sh index c9398099f..0d0d660ee 100755 --- a/scripts/amd/test.sh +++ b/scripts/amd/test.sh @@ -26,7 +26,7 @@ rm -rf /tmp/triton # python python/test/test_empty.py # -ex 'ignore 1 472' \ -pytest -rs --verbose python/test/unit/language/test_core.py 2>&1 | tee /dockerx/triton/test_core.log +pytest -rfs --verbose python/test/unit/language/test_core.py 2>&1 | tee /dockerx/triton/test_core.log # pytest --verbose python/test/unit/language/test_core.py::test_empty_kernel[float32] 2>&1 | tee /dockerx/triton/test_empty_kernel.log # pytest --verbose python/test/unit/language/test_core.py::test_bin_op[int32-uint32-+] 2>&1 | tee /dockerx/triton/test_bin_op.log # pytest --verbose python/test/unit/language/test_core.py::test_atomic_rmw 2>&1 | tee /dockerx/triton/test_atomic_rmw.log