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

Unified Diff: tests_lit/parse_errs/Inputs/insertelt-wrong-type.tbc

Issue 1357273004: Check that element type correct in vector insert element. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. 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/insertelt-wrong-type.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/insertelt-wrong-type.tbc
diff --git a/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc b/tests_lit/parse_errs/Inputs/insertelt-wrong-type.tbc
similarity index 66%
copy from tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
copy to tests_lit/parse_errs/Inputs/insertelt-wrong-type.tbc
index 887341f51632b82323f0ddc88dfa9fe28860a20b..8eb6f65c43fd3a478ab946cbc023bcaceeb535b5 100644
--- a/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
+++ b/tests_lit/parse_errs/Inputs/insertelt-wrong-type.tbc
@@ -1,13 +1,15 @@
65535,8,2;
1,1;
65535,17,2;
-1,4;
-7,32;
-21,0,0;
+1,6;
+7,1;
+12,16,0;
7,8;
2;
+21,0,3,1;
+7,32;
65534;
-8,1,0,0,0;
+8,4,0,0,0;
65535,19,2;
5,0;
65534;
@@ -18,9 +20,14 @@
1,1;
65535,11,2;
1,0;
+4,3;
+1,2;
4,2;
+1,5;
+4,0;
65534;
-19,1,3;
-10,0;
+2,2,2,0;
+7,5,3,2;
+10;
65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/insertelt-wrong-type.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698