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

Side by Side Diff: tests_lit/parse_errs/bad-var-fwdref.test

Issue 1293923002: Restore function-local variables to use a vector. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. Created 5 years, 4 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
(Empty)
1 ; Test if we recognize a forward reference that can't be in function block.
2
3 ; REQUIRES: no_minimal_build
4
5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-var-fwdref.tbc \
6 ; RUN: -bitcode-format=pnacl -notranslate -no-ir-gen -build-on-read 2>&1 \
7 ; RUN: | FileCheck %s
8
9 ; CHECK: Forward reference @3105555534 too big. Have 1 globals and function cont ains 16 bytes
10
OLDNEW
« src/PNaClTranslator.cpp ('K') | « tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698