Skip to content

Commit 8b921bf

Browse files
[TEST] Enable test_frontend.py and install filecheck (#4423)
Fixes #4421 Signed-off-by: Whitney Tsang <[email protected]>
1 parent 63ac77b commit 8b921bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Keep in sync with extra_require.tests from setup.py
2+
filecheck
23
lit
34
numpy
45
pytest

scripts/test-triton.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,8 @@ run_minicore_tests() {
275275
cd $TRITON_PROJ/python/test/unit
276276
ensure_spirv_dis
277277

278-
# FIXME: Add back test_frontend.py, tracked in issue#4421.
279278
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
280-
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py \
279+
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
281280
-k "not test_mxfp and not test_scaled_dot"
282281

283282
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \

0 commit comments

Comments
 (0)