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

Side by Side Diff: tests_lit/parse_errs/bad-global-alignment.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/bad-bb-size.test ('k') | tests_lit/parse_errs/bad-var-fwdref.test » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Test that we check that alignment on global variables can't be greater 1 ; Test that we check that alignment on global variables can't be greater
2 ; than 2**29. 2 ; than 2**29.
3 3
4 4
5 ; REQUIRES: no_minimal_build 5 ; REQUIRES: no_minimal_build
6 6
7 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-global-alignment.tbc \ 7 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-global-alignment.tbc \
8 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \ 8 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read 2>&1 \
9 ; RUN: | FileCheck %s 9 ; RUN: | FileCheck %s
10 10
11 ; CHECK: Global variable alignment greater than 2**29. Found: 2**30 11 ; CHECK: Global variable alignment greater than 2**29. Found: 2**30
12
OLDNEW
« no previous file with comments | « tests_lit/parse_errs/bad-bb-size.test ('k') | tests_lit/parse_errs/bad-var-fwdref.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698