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

Unified Diff: tests_lit/parse_errs/symtab-after-fcn.test

Issue 1363983002: Check that address is i32 for indirect calls. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/parse_errs/indirect-call-on-float.test ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/symtab-after-fcn.test
diff --git a/tests_lit/parse_errs/symtab-after-fcn.test b/tests_lit/parse_errs/symtab-after-fcn.test
index 197c87b5e5f711650ac0ce27b5c3dd01457c584b..4e519f1b2c59cf23007266b70bbb830e918dcabd 100644
--- a/tests_lit/parse_errs/symtab-after-fcn.test
+++ b/tests_lit/parse_errs/symtab-after-fcn.test
@@ -9,11 +9,13 @@
; CHECK: Module valuesymtab not allowed after function blocks
; RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/symtab-after-fcn.tbc \
-; RUN: -output - | pnacl-bcdis -no-records | FileCheck -check-prefix=ASM %s
+; RUN: -output - | not pnacl-bcdis -no-records \
+; RUN: | FileCheck -check-prefix=ASM %s
; ASM: module { // BlockID = 8
; ASM: function void @f0() { // BlockID = 12
; ASM: }
; ASM: valuesymtab { // BlockID = 14
+; ASM: Error({{.*}}): Module symbol table must appear before function blocks
; ASM: }
; ASM: }
« no previous file with comments | « tests_lit/parse_errs/indirect-call-on-float.test ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698