Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: tests_lit/llvm2ice_tests/icmp.ll

Issue 2433243003: Subzero, MIPS32: Remove --skip-unimplemented from lit tests (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests_lit/llvm2ice_tests/icmp.ll
diff --git a/tests_lit/llvm2ice_tests/icmp.ll b/tests_lit/llvm2ice_tests/icmp.ll
index 30f2589fee234829c41493ccd8e6650e66a2c05e..6c73ff601858500585ccef57e7ede3198f9083ce 100644
--- a/tests_lit/llvm2ice_tests/icmp.ll
+++ b/tests_lit/llvm2ice_tests/icmp.ll
@@ -1,12 +1,12 @@
; Simple tests for icmp with i8, i16, i32 operands.
; RUN: %if --need=allow_dump --need=target_MIPS32 --command %p2i \
-; RUN: --filetype=asm --target mips32 -i %s --args -O2 --skip-unimplemented \
+; RUN: --filetype=asm --target mips32 -i %s --args -O2 \
; RUN: -allow-externally-defined-symbols \
; RUN: | %if --need=allow_dump --need=target_MIPS32 --command FileCheck %s \
; RUN: --check-prefix=COMMON --check-prefix=MIPS32
; RUN: %if --need=allow_dump --need=target_MIPS32 --command %p2i \
-; RUN: --filetype=asm --target mips32 -i %s --args -Om1 --skip-unimplemented \
+; RUN: --filetype=asm --target mips32 -i %s --args -Om1 \
; RUN: -allow-externally-defined-symbols \
; RUN: | %if --need=allow_dump --need=target_MIPS32 --command FileCheck %s \
; RUN: --check-prefix=COMMON --check-prefix=MIPS32

Powered by Google App Engine
This is Rietveld 408576698