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

Unified Diff: tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc

Issue 1346723002: Fix operand lookup in functions to check if local index out of range. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit in last patch. 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 | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/fcn-value-index-isnt-defined.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
diff --git a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc b/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
similarity index 63%
copy from tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
copy to tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
index 690a5a946cdca455e307dcaa02c9cf174a81dccc..887341f51632b82323f0ddc88dfa9fe28860a20b 100644
--- a/tests_lit/parse_errs/Inputs/bad-var-fwdref.tbc
+++ b/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
@@ -1,12 +1,13 @@
65535,8,2;
1,1;
65535,17,2;
-1,3;
-2;
+1,4;
7,32;
-21,0,0,1;
+21,0,0;
+7,8;
+2;
65534;
-8,2,0,0,0;
+8,1,0,0,0;
65535,19,2;
5,0;
65534;
@@ -15,7 +16,11 @@
65534;
65535,12,2;
1,1;
-43,3105555534,1;
-10;
+65535,11,2;
+1,0;
+4,2;
+65534;
+19,1,3;
+10,0;
65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('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