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

Side by Side Diff: tests_lit/parse_errs/dup-module-vst.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
OLDNEW
1 ; Test if we detect multiple module-level symbol tables in bitcode. 1 ; Test if we detect multiple module-level symbol tables in bitcode.
2 2
3 ; REQUIRES: no_minimal_build 3 ; REQUIRES: no_minimal_build
4 4
5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/dup-module-vst.tbc \ 5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/dup-module-vst.tbc \
6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ 6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
7 ; RUN: | FileCheck %s 7 ; RUN: | FileCheck %s
8 8
9 ; CHECK: Duplicate valuesymtab in module 9 ; CHECK: Duplicate valuesymtab in module
10 10
11 ; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/dup-module-vst.tbc \ 11 ; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/dup-module-vst.tbc \
12 ; RUN: -output - | pnacl-bcdis -no-records | FileCheck -check-prefix=ASM %s 12 ; RUN: -output - | pnacl-bcdis -no-records | FileCheck -check-prefix=ASM %s
13 13
14 ; ASM: module { // BlockID = 8 14 ; ASM: module { // BlockID = 8
15 ; ASM: valuesymtab { // BlockID = 14 15 ; ASM: valuesymtab { // BlockID = 14
16 ; ASM: @f0 : "f"; 16 ; ASM: @f0 : "f";
17 ; ASM: } 17 ; ASM: }
18 ; ASM: valuesymtab { // BlockID = 14 18 ; ASM: valuesymtab { // BlockID = 14
19 ; ASM: @f0 : "f"; 19 ; ASM: @f0 : "f";
20 ; ASM: } 20 ; ASM: }
21 ; ASM: } 21 ; ASM: }
22
OLDNEW
« no previous file with comments | « tests_lit/parse_errs/call-fcn-bad-return-type.ll ('k') | tests_lit/parse_errs/fcn-value-index-isnt-defined.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698