Index: tests_lit/llvm2ice_tests/arith.ll |
diff --git a/tests_lit/llvm2ice_tests/arith.ll b/tests_lit/llvm2ice_tests/arith.ll |
index a28ffff30d8c849f73545b88a994f4bd24d7612c..cf8644bfe4f2298570ac40c678ee857e551514a7 100644 |
--- a/tests_lit/llvm2ice_tests/arith.ll |
+++ b/tests_lit/llvm2ice_tests/arith.ll |
@@ -4,23 +4,20 @@ |
; RUN: --target x8632 -i %s --args -O2 \ |
; RUN: | %if --need=target_X8632 --command FileCheck %s |
-; TODO(jvoung): Stop skipping unimplemented parts (via --skip-unimplemented) |
-; once enough infrastructure is in. Also, switch to --filetype=obj |
-; when possible. |
-; RUN: %if --need=target_ARM32 --need=allow_dump \ |
-; RUN: --command %p2i --filetype=asm --assemble --disassemble --target arm32 \ |
-; RUN: -i %s --args -O2 --skip-unimplemented \ |
-; RUN: | %if --need=target_ARM32 --need=allow_dump \ |
+; RUN: %if --need=target_ARM32 \ |
+; RUN: --command %p2i --filetype=obj --disassemble --target arm32 \ |
+; RUN: -i %s --args -O2 \ |
+; RUN: | %if --need=target_ARM32 \ |
; RUN: --command FileCheck --check-prefix ARM32 --check-prefix ARM-OPT2 %s |
-; RUN: %if --need=target_ARM32 --need=allow_dump \ |
-; RUN: --command %p2i --filetype=asm --assemble --disassemble --target arm32 \ |
-; RUN: -i %s --args -O2 --mattr=hwdiv-arm --skip-unimplemented \ |
-; RUN: | %if --need=target_ARM32 --need=allow_dump \ |
+; RUN: %if --need=target_ARM32 \ |
+; RUN: --command %p2i --filetype=obj --disassemble --target arm32 \ |
+; RUN: -i %s --args -O2 --mattr=hwdiv-arm \ |
+; RUN: | %if --need=target_ARM32 \ |
; RUN: --command FileCheck --check-prefix ARM32HWDIV %s |
-; RUN: %if --need=target_ARM32 --need=allow_dump \ |
-; RUN: --command %p2i --filetype=asm --assemble --disassemble --target arm32 \ |
-; RUN: -i %s --args -Om1 --skip-unimplemented \ |
-; RUN: | %if --need=target_ARM32 --need=allow_dump \ |
+; RUN: %if --need=target_ARM32 \ |
+; RUN: --command %p2i --filetype=obj --disassemble --target arm32 \ |
+; RUN: -i %s --args -Om1 \ |
+; RUN: | %if --need=target_ARM32 \ |
; RUN: --command FileCheck --check-prefix ARM32 --check-prefix ARM32-OPTM1 %s |
; |
; RUN: %if --need=target_MIPS32 --need=allow_dump \ |