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

Side by Side Diff: tests_lit/parse_errs/fcn-value-index-isnt-defined.test

Issue 1678133003: Subzero: Fix trailing whitespace errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase Created 4 years, 10 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
« no previous file with comments | « tests_lit/parse_errs/dup-module-vst.test ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Test if we detect duplicate names in a symbol table. 1 ; Test if we detect duplicate names in a symbol table.
2 2
3 ; REQUIRES: no_minimal_build 3 ; REQUIRES: no_minimal_build
4 4
5 ; RUN: not %pnacl_sz -bitcode-as-text -allow-externally-defined-symbols \ 5 ; RUN: not %pnacl_sz -bitcode-as-text -allow-externally-defined-symbols \
6 ; RUN: %p/Inputs/fcn-value-index-isnt-defined.tbc \ 6 ; RUN: %p/Inputs/fcn-value-index-isnt-defined.tbc \
7 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ 7 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
8 ; RUN: | FileCheck %s 8 ; RUN: | FileCheck %s
9 9
10 ; CHECK: Value index {{.*}} not defined! 10 ; CHECK: Value index {{.*}} not defined!
(...skipping 23 matching lines...) Expand all
34 ; ASM: constants { // BlockID = 11 34 ; ASM: constants { // BlockID = 11
35 ; ASM: i32: 35 ; ASM: i32:
36 ; ASM: %c0 = i32 1; 36 ; ASM: %c0 = i32 1;
37 ; ASM: } 37 ; ASM: }
38 ; ASM: %b0: 38 ; ASM: %b0:
39 ; ASM: %v0 = alloca i8, i32 %c0, align 4; 39 ; ASM: %v0 = alloca i8, i32 %c0, align 4;
40 ; ASM: ret void %v1; 40 ; ASM: ret void %v1;
41 ; ASM: Error({{.*}}): Can't find type for %v1 41 ; ASM: Error({{.*}}): Can't find type for %v1
42 ; ASM: } 42 ; ASM: }
43 ; ASM: } 43 ; ASM: }
44
OLDNEW
« no previous file with comments | « tests_lit/parse_errs/dup-module-vst.test ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698