summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-06-12 05:18:32 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-06-12 05:18:32 +0000
commite68347bde5492e0a5fe92ebf20c137de8b8d3cff (patch)
tree433d87396b73cfbb8d6da11478235d37f5431f14 /llvm
parent2693c504c2b1cf34151c9b364e9ebde4016acf1e (diff)
downloadbcm5719-llvm-e68347bde5492e0a5fe92ebf20c137de8b8d3cff.tar.gz
bcm5719-llvm-e68347bde5492e0a5fe92ebf20c137de8b8d3cff.zip
In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched
against the target triple, instead of equivalent to "XFAIL: *". llvm-svn: 73219
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp
index d2ddb8f757f..3e2632f12c1 100644
--- a/llvm/test/lib/llvm.exp
+++ b/llvm/test/lib/llvm.exp
@@ -184,7 +184,7 @@ proc RunLLVMTests { test_source_files } {
#split up target if more then 1 specified
foreach target [split $targets ,] {
- if { [regexp {\*} $target match] } {
+ if { $target == "*" } {
if {$targetPASS != 1} {
set outcome XFAIL
}
OpenPOWER on IntegriCloud