Chromium Code Reviews

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

Issue 1354673002: Fix call instructions to check parameter types for consistency. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix minimal build to work. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 ; REQUIRES: no_minimal_build
Jim Stichnoth 2015/09/17 19:56:46 This was fixed about 3 commits ago, please revert
Karl 2015/09/18 17:22:49 Reverted.
5
4 RUN: %p2i --expect-fail --tbc -i %p/Input/phi-invalid.tbc --insts 2>&1 \ 6 RUN: %p2i --expect-fail --tbc -i %p/Input/phi-invalid.tbc --insts 2>&1 \
5 RUN: | FileCheck --check-prefix=BADPHI %s 7 RUN: | FileCheck --check-prefix=BADPHI %s
6 8
7 ; BADPHI: Phi error: 9 ; BADPHI: Phi error:
OLDNEW

Powered by Google App Engine