[Lldb-commits] [PATCH] D67953: [LLDB] [test] Allow differing order of some matches
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 24 02:27:27 PDT 2019
mstorsjo created this revision.
mstorsjo added reviewers: labath, compnerd, amccarth, hhb.
Herald added a subscriber: JDevlieghere.
Herald added a project: LLDB.
These can appear in a different order depending on the relative layout of the source and build trees.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D67953
Files:
lldb/lit/Reproducer/TestDump.test
Index: lldb/lit/Reproducer/TestDump.test
===================================================================
--- lldb/lit/Reproducer/TestDump.test
+++ lldb/lit/Reproducer/TestDump.test
@@ -8,8 +8,8 @@
# RUN: %lldb -x -b -s %S/Inputs/FileCapture.in -o 'reproducer dump -p files' --capture --capture-path %t.repro %t/reproducer.out
# RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES
-# FILES: 'reproducer.out'
-# FILES: 'FileCapture.in'
+# FILES-DAG: 'reproducer.out'
+# FILES-DAG: 'FileCapture.in'
# RUN: %lldb -b -o 'reproducer dump -p version -f %t.repro' | FileCheck %s --check-prefix VERSION
# VERSION: lldb version
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67953.221489.patch
Type: text/x-patch
Size: 670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190924/842c2a37/attachment-0001.bin>
More information about the lldb-commits
mailing list