]> granicus.if.org Git - llvm/commitdiff
[RISCV] Disable tests failing on buildbots.
authorMatt Morehouse <mascasa@google.com>
Fri, 19 Jul 2019 18:05:12 +0000 (18:05 +0000)
committerMatt Morehouse <mascasa@google.com>
Fri, 19 Jul 2019 18:05:12 +0000 (18:05 +0000)
r366399 enabled a couple tests that are failing on a few buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366599 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/RISCV/rv32i-aliases-invalid.s
test/MC/RISCV/rv64i-aliases-invalid.s

index 4080d892a67e8526ee3b22587470c06fe2d7719f..2beec7d120fabec400cc360311d8e584e8bc0431 100644 (file)
@@ -1,3 +1,4 @@
+# UNSUPPORTED: linux
 # RUN: not llvm-mc %s -triple=riscv32 -riscv-no-aliases 2>&1 | FileCheck %s
 # RUN: not llvm-mc %s -triple=riscv32 2>&1 | FileCheck %s
 
index f3f2acc473dd66732959338dadb789a9c093598c..99a869589cdf9a656f2ff2638a4b0fbf5aecdd61 100644 (file)
@@ -1,3 +1,4 @@
+# UNSUPPORTED: linux
 # RUN: not llvm-mc %s -triple=riscv64 -riscv-no-aliases 2>&1 | FileCheck %s
 # RUN: not llvm-mc %s -triple=riscv64 2>&1 | FileCheck %s