From ab9e24653b8f2810d4f934dd1e91791b035acc0c Mon Sep 17 00:00:00 2001 From: "ryanhaddad@apple.com" Date: Tue, 15 Dec 2015 04:43:03 +0000 Subject: [PATCH] Re-enabling passing test fast/viewport/ios/width-is-device-width.html, which was accidentally skipped with r194058. https://bugs.webkit.org/show_bug.cgi?id=152135 Unreviewed test gardening. * platform/ios-simulator-wk2/TestExpectations: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@194091 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 +++++++++ LayoutTests/platform/ios-simulator-wk2/TestExpectations | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index cf68f94..f9a1f81 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2015-12-14 Ryan Haddad + + Re-enabling passing test fast/viewport/ios/width-is-device-width.html, which was accidentally skipped with r194058. + https://bugs.webkit.org/show_bug.cgi?id=152135 + + Unreviewed test gardening. + + * platform/ios-simulator-wk2/TestExpectations: + 2015-12-14 Yusuke Suzuki Math.random should have an intrinsic thunk and it should be later handled as a DFG Node diff --git a/LayoutTests/platform/ios-simulator-wk2/TestExpectations b/LayoutTests/platform/ios-simulator-wk2/TestExpectations index 50f9b53..66d318e 100644 --- a/LayoutTests/platform/ios-simulator-wk2/TestExpectations +++ b/LayoutTests/platform/ios-simulator-wk2/TestExpectations @@ -10,6 +10,7 @@ fast/harness/ui-side-scripts.html [ Pass ] fast/harness/concurrent-ui-side-scripts.html [ Pass ] fast/zooming/ios [ Pass ] + #////////////////////////////////////////////////////////////////////////////////////////// # End platform-specific directories. #////////////////////////////////////////////////////////////////////////////////////////// @@ -2038,3 +2039,6 @@ webkit.org/b/123431 http/tests/css/link-css-disabled-value-with-slow-loading-she # eventSender.mouseDown is not implemented fast/loader/location-hash-user-gesture.html [ Skip ] + +# 4 out of the 5 tests in this directory were failing. Re-enabling the one that was passing here +webkit.org/b/152135 fast/viewport/ios/width-is-device-width.html [ Pass ] -- 1.8.3.1