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

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2281223002: [fuchsia] Some directory operations (Closed)
Patch Set: 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 | « runtime/bin/directory_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/run_vm_tests_fuchsia.cc
diff --git a/runtime/bin/run_vm_tests_fuchsia.cc b/runtime/bin/run_vm_tests_fuchsia.cc
index b75881d5a6e9f743e0a483becb07046b1c0e906a..35eee464cd07550f0a4319bdfb28d27cdd6fba1e 100644
--- a/runtime/bin/run_vm_tests_fuchsia.cc
+++ b/runtime/bin/run_vm_tests_fuchsia.cc
@@ -104,6 +104,11 @@ const char* kExpectFail[] = {
const char* kBugs[] = {
// Needs NativeSymbolResolver
"Service_PersistentHandles",
+ // Needs lstat
+ "DirectoryCreateTemp",
+ "DirectoryCreateDelete",
Florian Schneider 2016/08/26 20:34:04 Shouldn't this be just DirectoryDelete?
zra 2016/08/26 21:29:36 The test in directory_test.cc is called DirectoryC
+ // Needs rename
+ "DirectoryRename",
};
« no previous file with comments | « runtime/bin/directory_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698