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

Unified Diff: test/emscripten/core/fnmatch-O2.out

Issue 1099813007: Revert "[test] Initial import of an emscripten test suite." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « test/emscripten/core/fnmatch-O2.js ('k') | test/emscripten/core/fnmatch-O3.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/emscripten/core/fnmatch-O2.out
diff --git a/test/emscripten/core/fnmatch-O2.out b/test/emscripten/core/fnmatch-O2.out
deleted file mode 100644
index 303f7449b66e26f252edf2aeb2815969ec475e49..0000000000000000000000000000000000000000
--- a/test/emscripten/core/fnmatch-O2.out
+++ /dev/null
@@ -1,23 +0,0 @@
-Pass: fnmatch(*, anything, 0) returned 0, expected 0
-Pass: fnmatch(*.txt, readme.txt, 0) returned 0, expected 0
-Pass: fnmatch(*.txt, readme.info, 0) returned 1, expected 1
-Pass: fnmatch(*.t?t, readme.txt, 0) returned 0, expected 0
-Pass: fnmatch(*.t?t, readme.tot, 0) returned 0, expected 0
-Pass: fnmatch(*.t?t, readme.txxt, 0) returned 1, expected 1
-Pass: fnmatch([a-g]1, c1, 0) returned 0, expected 0
-Pass: fnmatch([a-g]1, i1, 0) returned 1, expected 1
-Pass: fnmatch([!a-g]1, i1, 0) returned 0, expected 0
-Pass: fnmatch(a\*, anything, 0) returned 1, expected 1
-Pass: fnmatch(a\*, a*, 0) returned 0, expected 0
-Pass: fnmatch(a\*, a*, 2) returned 1, expected 1
-Pass: fnmatch(a\*, a\*, 2) returned 0, expected 0
-Pass: fnmatch(*readme, /etc/readme, 0) returned 0, expected 0
-Pass: fnmatch(*readme, /etc/readme, 1) returned 1, expected 1
-Pass: fnmatch(/*/readme, /etc/readme, 1) returned 0, expected 0
-Pass: fnmatch(*readme, /etc/.readme, 0) returned 0, expected 0
-Pass: fnmatch(*readme, .readme, 4) returned 1, expected 1
-Pass: fnmatch(*.readme, /etc/.readme, 4) returned 0, expected 0
-Pass: fnmatch(*.readme, /etc/.readme, 5) returned 1, expected 1
-Pass: fnmatch(/*/.readme, /etc/.readme, 5) returned 0, expected 0
-Pass: fnmatch(ReAdME, readme, 0) returned 1, expected 1
-All tests passed.
« no previous file with comments | « test/emscripten/core/fnmatch-O2.js ('k') | test/emscripten/core/fnmatch-O3.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698