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

Unified Diff: tests_lit/parse_errs/Inputs/bad-bb-size.tbc

Issue 1297433002: Change tracking of basic blocks (within function) to use a vector. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 5 years, 4 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-bb-size.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-bb-size.tbc
diff --git a/tests_lit/llvm2ice_tests/Input/no-terminator-inst.tbc b/tests_lit/parse_errs/Inputs/bad-bb-size.tbc
similarity index 78%
copy from tests_lit/llvm2ice_tests/Input/no-terminator-inst.tbc
copy to tests_lit/parse_errs/Inputs/bad-bb-size.tbc
index 1f89762372cbd0475d9ca1bf2f380fb0d94174ae..fcdd1a36bf15995ec6275fb3210dfea642e72564 100644
--- a/tests_lit/llvm2ice_tests/Input/no-terminator-inst.tbc
+++ b/tests_lit/parse_errs/Inputs/bad-bb-size.tbc
@@ -15,17 +15,13 @@
1,0,102,105,98;
65534;
65535,12,2;
-1,3;
-65535,11,2;
-1,0;
-4,2;
-65534;
+1,3105555534;
28,2,1,36;
11,1,2,1;
-10,2;
+11,2;
2,3,2,1;
-34,0,5,0;
+43,0,5,1;
2,1,5,0;
+10,1;
65534;
-5534;
65534;
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | tests_lit/parse_errs/bad-bb-size.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698