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

Side by Side Diff: tests_lit/parse_errs/bad-bb-size.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 recognize a bad basic block count in a function block. 1 ; Test if we recognize a bad basic block count in a function block.
2 2
3 ; REQUIRES: no_minimal_build 3 ; REQUIRES: no_minimal_build
4 4
5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-bb-size.tbc \ 5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-bb-size.tbc \
6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \ 6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \
7 ; RUN: -allow-externally-defined-symbols 2>&1 \ 7 ; RUN: -allow-externally-defined-symbols 2>&1 \
8 ; RUN: | FileCheck %s 8 ; RUN: | FileCheck %s
9 9
10 ; CHECK: Function defines 3105555534 basic blocks, which is too big for a functi on containing 36 bytes 10 ; CHECK: Function defines 3105555534 basic blocks, which is too big for a functi on containing 36 bytes
11
OLDNEW
« no previous file with comments | « tests_lit/llvm2ice_tests/unknown-arm-reg.ll ('k') | tests_lit/parse_errs/bad-global-alignment.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698