Chromium Code Reviews| OLD | NEW |
|---|---|
| 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: |
| OLD | NEW |