[llvm] r260281 - Remove system-libs.test for now

Ehsan Akhgari via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 13:17:59 PST 2016


Author: ehsan
Date: Tue Feb  9 15:17:58 2016
New Revision: 260281

URL: http://llvm.org/viewvc/llvm-project?rev=260281&view=rev
Log:
Remove system-libs.test for now

This test fails in the ninja-x64-msvc-RA-centos6 builder, so the
UNSUPPORTED: system-windows condition is insufficient.  Removing it
for now; I will investigate how this can be fixed later.

Removed:
    llvm/trunk/test/tools/llvm-config/system-libs.test

Removed: llvm/trunk/test/tools/llvm-config/system-libs.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-config/system-libs.test?rev=260280&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-config/system-libs.test (original)
+++ llvm/trunk/test/tools/llvm-config/system-libs.test (removed)
@@ -1,5 +0,0 @@
-RUN: llvm-config --system-libs 2>&1 | FileCheck %s
-UNSUPPORTED: system-windows
-CHECK: -l
-CHECK-NOT: error
-CHECK-NOT: warning




More information about the llvm-commits mailing list