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

Side by Side Diff: tests_lit/parse_errs/bad-switch-case.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 nit. 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 ; REQUIRES: no_minimal_build 1 ; REQUIRES: no_minimal_build
2 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-switch-case.tbc \ 2 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-switch-case.tbc \
3 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ 3 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \
4 ; RUN: -allow-externally-defined-symbols 2>&1 \
4 ; RUN: | FileCheck -check-prefix=BAD-SWITCH-CASE %s 5 ; RUN: | FileCheck -check-prefix=BAD-SWITCH-CASE %s
5 6
6 ; BAD-SWITCH-CASE: Reference to basic block 3105555534 not found. Must be less t han 6 7 ; BAD-SWITCH-CASE: Reference to basic block 3105555534 not found. Must be less t han 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698