mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 10:12:45 +01: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:
parent
f6a86e448a
commit
7d89a50287
@ -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: FileCheck -input-file %t.out %s
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user