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

Unified Diff: sandbox/win/src/file_policy_test.cc

Issue 854503002: Sandbox: Re-enable a test that should be working for a long time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/file_policy_test.cc
diff --git a/sandbox/win/src/file_policy_test.cc b/sandbox/win/src/file_policy_test.cc
index b0d033b7de6750f0e837be9ff5e0de8c5b48e70e..e47c6e51c106f96002f394ef20b4b115b4b4f4e4 100644
--- a/sandbox/win/src/file_policy_test.cc
+++ b/sandbox/win/src/file_policy_test.cc
@@ -519,8 +519,7 @@ TEST(FilePolicyTest, FileGetDiskSpace) {
EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"File_Win32Create notepad.exe"));
}
-// http://crbug.com/146944
-TEST(FilePolicyTest, DISABLED_TestReparsePoint) {
+TEST(FilePolicyTest, TestReparsePoint) {
TestRunner runner;
// Create a temp file because we need write access to it.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698