Changeset 185822 in webkit
- Timestamp:
- Jun 22, 2015, 3:03:32 AM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/efl/tests/test_ewk2_application_cache_manager.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r185818 r185822 1 2015-06-22 Gyuyoung Kim <gyuyoung.kim@webkit.org> 2 3 [EFL] test_ewk2_application_cache_manager has been failed since r185527 4 https://bugs.webkit.org/show_bug.cgi?id=146016 5 6 Reviewed by Csaba Osztrogonác. 7 8 * UIProcess/API/efl/tests/test_ewk2_application_cache_manager.cpp: 9 (TEST_F): Disable this test for now. This test will be enabled again. 10 1 11 2015-06-16 Gavin Barraclough <barraclough@apple.com> 2 12 -
trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_application_cache_manager.cpp
r171453 r185822 96 96 } 97 97 98 TEST_F(EWK2UnitTestBase, ewk_application_cache_manager)98 TEST_F(EWK2UnitTestBase, DISABLED_ewk_application_cache_manager) 99 99 { 100 100 std::unique_ptr<EWK2UnitTestServer> httpServer = std::make_unique<EWK2UnitTestServer>();
Note:
See TracChangeset
for help on using the changeset viewer.