forked from OSchip/llvm-project
[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:
parent
01fcf9238f
commit
2272be94f2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue