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

Unified Diff: tests_lit/parse_errs/Inputs/bad-global-alignment.tbc

Issue 1378163002: Add check to verify alignment on global variables. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix issues in patch set 2. 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/bad-global-alignment.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/parse_errs/Inputs/bad-global-alignment.tbc
diff --git a/tests_lit/parse_errs/Inputs/multiple-modules.tbc b/tests_lit/parse_errs/Inputs/bad-global-alignment.tbc
similarity index 50%
copy from tests_lit/parse_errs/Inputs/multiple-modules.tbc
copy to tests_lit/parse_errs/Inputs/bad-global-alignment.tbc
index 4f6ae2ec7f951879182603c0f5e9d223e6ad67a9..aa4bfe653b472761228cfe01d4dc5585c885ba90 100644
--- a/tests_lit/parse_errs/Inputs/multiple-modules.tbc
+++ b/tests_lit/parse_errs/Inputs/bad-global-alignment.tbc
@@ -1,6 +1,8 @@
65535,8,2;
1,1;
+65535,19,2;
+5,1;
+0,31,0;
+2,4;
65534;
-65535,8,2;
-1,1;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/bad-global-alignment.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698