1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[llvm] [lit] Fix inconsistent test order in shtest-keyword-parse-errors

Remove test times when running shtest-keyword-parse-errors test,
in order to prevent the previous executions from impacting subtest
order and therefore causing FileCheck to fail.

Differential Revision: https://reviews.llvm.org/D107427

(cherry picked from commit 39fa96a4906934774ba20bcb0cd5f808f619f3a6)
This commit is contained in:
Michał Górny 2021-08-04 08:58:04 +02:00 committed by Tom Stellard
parent f6a86e448a
commit 7d89a50287

View File

@ -1,3 +1,6 @@
# FIXME: this test depends on order of tests
# RUN: rm -f %{inputs}/shtest-keyword-parse-errors/.lit_test_times.txt
# RUN: not %{lit} -j 1 -vv %{inputs}/shtest-keyword-parse-errors > %t.out # RUN: not %{lit} -j 1 -vv %{inputs}/shtest-keyword-parse-errors > %t.out
# RUN: FileCheck -input-file %t.out %s # RUN: FileCheck -input-file %t.out %s
# #