File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ run_core_tests() {
188188
189189 # run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0
190190 TRITON_DISABLE_LINE_INFO=0 TRITON_TEST_SUITE=line_info \
191- pytest --verbose --device xpu language/test_line_info.py
191+ pytest -k " not test_line_info_interpreter " - -verbose --device xpu language/test_line_info.py
192192}
193193
194194run_regression_tests () {
@@ -210,6 +210,9 @@ run_interpreter_tests() {
210210 TRITON_INTERPRET=1 TRITON_TEST_SUITE=interpreter \
211211 pytest -vvv -n 16 -m interpreter language/test_core.py language/test_standard.py \
212212 language/test_random.py --device cpu
213+
214+ TRITON_DISABLE_LINE_INFO=0 TRITON_INTERPRET=1 TRITON_TEST_SUITE=interpreter_line_info \
215+ pytest -vvv -n 4 -m interpreter language/test_line_info.py --device cpu
213216}
214217
215218run_tutorial_tests () {
You can’t perform that action at this time.
0 commit comments