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

Unified Diff: tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll

Issue 2433243003: Subzero, MIPS32: Remove --skip-unimplemented from lit tests (Closed)
Patch Set: Reverted --skip-unimplemented in nacl-other-intrinsics.ll 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
« no previous file with comments | « tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll ('k') | tests_lit/llvm2ice_tests/return_immediates.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll
diff --git a/tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll b/tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll
index 497357e0509fadb044c29f5561b4ecdfd8ebd24d..6e2ba5f48c0edc9799dc9b78920ba8629faf82cc 100644
--- a/tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll
+++ b/tests_lit/llvm2ice_tests/nop-insertion-no-vectors.ll
@@ -1,11 +1,11 @@
; REQUIRES: allow_dump
; RUN: %p2i -i %s --filetype=asm --assemble --disassemble --target=mips32 \
-; RUN: -a -skip-unimplemented -sz-seed=1 -nop-insertion \
+; RUN: -a -sz-seed=1 -nop-insertion \
; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
; RUN: | FileCheck %s --check-prefix=MIPS32P50N1
; RUN: %p2i -i %s --filetype=asm --assemble --disassemble --target=mips32 \
-; RUN: -a -skip-unimplemented -sz-seed=1 -nop-insertion \
+; RUN: -a -sz-seed=1 -nop-insertion \
; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
; RUN: | FileCheck %s --check-prefix=MIPS32P110N2
« no previous file with comments | « tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll ('k') | tests_lit/llvm2ice_tests/return_immediates.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698