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

Unified Diff: tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc

Issue 1347683003: Check that symbol names in symbol tables are unique. (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/duplicate-fcn-name.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
diff --git a/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc b/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
similarity index 73%
copy from tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
copy to tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
index 887341f51632b82323f0ddc88dfa9fe28860a20b..1e363ea827470aa9244ca0f527eaea7e9105544f 100644
--- a/tests_lit/parse_errs/Inputs/fcn-value-index-isnt-defined.tbc
+++ b/tests_lit/parse_errs/Inputs/duplicate-fcn-name.tbc
@@ -1,26 +1,25 @@
65535,8,2;
1,1;
65535,17,2;
-1,4;
-7,32;
-21,0,0;
-7,8;
+1,2;
2;
+21,0,0;
65534;
8,1,0,0,0;
+8,1,0,0,0;
65535,19,2;
5,0;
65534;
65535,14,2;
1,0,102;
+1,1,102;
65534;
65535,12,2;
1,1;
-65535,11,2;
-1,0;
-4,2;
+10;
65534;
-19,1,3;
-10,0;
+65535,12,2;
+1,1;
+10;
65534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/duplicate-fcn-name.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698