[RISCV] Disable tests failing on buildbots.

r366399 enabled a couple tests that are failing on a few buildbots.

llvm-svn: 366599
This commit is contained in:
Matt Morehouse 2019-07-19 18:05:12 +00:00
parent 01fcf9238f
commit 2272be94f2
2 changed files with 2 additions and 0 deletions

View 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

View 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