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

Unified Diff: tests/spec2k/164.gzip/diff

Issue 2244023002: Fix bugs with SPEC2k for WebAssembly (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Add TODO for 175.vpr Created 4 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 | « no previous file | tests/spec2k/164.gzip/diff.README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/164.gzip/diff
diff --git a/tests/spec2k/164.gzip/diff b/tests/spec2k/164.gzip/diff
new file mode 100644
index 0000000000000000000000000000000000000000..711ef206fa0b37fd9011f554bbf600d9f483913d
--- /dev/null
+++ b/tests/spec2k/164.gzip/diff
@@ -0,0 +1,19 @@
+diff -Naurb /usr/local/google/home/ddchen/spec/2000/benchspec/CINT2000/164.gzip/src/util.c src/util.c
+--- src/util.c 1998-11-09 07:12:32.000000000 -0800
++++ src2/util.c 2016-08-11 13:52:52.409553232 -0700
+@@ -162,6 +162,7 @@
+ }
+ }
+
++#ifndef __EMSCRIPTEN__
+ /* ========================================================================
+ * Put string s in lower case, return s.
+ */
+@@ -172,6 +173,7 @@
+ for (t = s; *t; t++) *t = tolow(*t);
+ return s;
+ }
++#endif
+
+ /* ========================================================================
+ * Return the base name of a file (remove any directory prefix and
« no previous file with comments | « no previous file | tests/spec2k/164.gzip/diff.README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698