[llvm] r218742 - test: XFAIL the non-darwin gmlt test on darwin

Justin Bogner mail at justinbogner.com
Tue Sep 30 22:45:45 PDT 2014


Author: bogner
Date: Wed Oct  1 00:45:45 2014
New Revision: 218742

URL: http://llvm.org/viewvc/llvm-project?rev=218742&view=rev
Log:
test: XFAIL the non-darwin gmlt test on darwin

r218702 disabled a -gmlt optimization for darwin, but this means the
non-darwin test isn't working there anymore.

Modified:
    llvm/trunk/test/DebugInfo/gmlt.test

Modified: llvm/trunk/test/DebugInfo/gmlt.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/gmlt.test?rev=218742&r1=218741&r2=218742&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/gmlt.test (original)
+++ llvm/trunk/test/DebugInfo/gmlt.test Wed Oct  1 00:45:45 2014
@@ -1,2 +1,5 @@
 ; REQUIRES: object-emission
 ; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
+
+; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
+; XFAIL: darwin





More information about the llvm-commits mailing list