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

Side by Side Diff: tests_lit/llvm2ice_tests/phi_invalid.test

Issue 1387963002: Make sure that all globals are internal, except for "start" functions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix new tests. Created 5 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 unified diff | Download patch
OLDNEW
1 ; Test that a bad phi instruction is caught. 1 ; Test that a bad phi instruction is caught.
2 ; https://code.google.com/p/nativeclient/issues/detail?id=4304 2 ; https://code.google.com/p/nativeclient/issues/detail?id=4304
3 3
4 RUN: %p2i --expect-fail --tbc -i %p/Input/phi-invalid.tbc --insts 2>&1 \ 4 RUN: %p2i --expect-fail --tbc -i %p/Input/phi-invalid.tbc --insts 2>&1 \
5 RUN: --filetype=obj --args -o /dev/null \ 5 RUN: --filetype=obj --args -o /dev/null \
6 RUN: -allow-externally-defined-symbols \
6 RUN: | FileCheck --check-prefix=BADPHI %s 7 RUN: | FileCheck --check-prefix=BADPHI %s
7 8
8 ; BADPHI: Phi error: 9 ; BADPHI: Phi error:
OLDNEW
« no previous file with comments | « tests_lit/llvm2ice_tests/nop-insertion.ll ('k') | tests_lit/llvm2ice_tests/prune_unreachable.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698