Chromium Code Reviews| 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", |
| }; |