Skip to content

Commit 536ed01

Browse files
MarkerSubrange.SubdivideGrammarAndSelectionOverlap{Frontmost, FrontmostWithLongestEffectiveRange} are failing
https://bugs.webkit.org/show_bug.cgi?id=181014 Temporarily disable tests while I investigate offline. * TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp: (TestWebKitAPI::TEST): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@226165 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 9bea16b commit 536ed01

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Tools/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2017-12-19 Daniel Bates <[email protected]>
2+
3+
MarkerSubrange.SubdivideGrammarAndSelectionOverlap{Frontmost, FrontmostWithLongestEffectiveRange} are failing
4+
https://bugs.webkit.org/show_bug.cgi?id=181014
5+
6+
Temporarily disable tests while I investigate offline.
7+
8+
* TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp:
9+
(TestWebKitAPI::TEST):
10+
111
2017-12-19 Wenson Hsieh <[email protected]>
212

313
Unreviewed, rebaseline an API test result for El Capitan and Sierra.

Tools/TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ TEST(MarkerSubrange, SubdivideSpellingAndGrammarComplicatedFrontmost)
174174
EXPECT_EQ(expectedSubranges[i], results[i]);
175175
}
176176

177-
TEST(MarkerSubrange, SubdivideGrammarAndSelectionOverlapFrontmost)
177+
TEST(MarkerSubrange, DISABLED_SubdivideGrammarAndSelectionOverlapFrontmost)
178178
{
179179
Vector<MarkerSubrange> subranges {
180180
MarkerSubrange { 0, 40, MarkerSubrange::GrammarError },
@@ -193,7 +193,7 @@ TEST(MarkerSubrange, SubdivideGrammarAndSelectionOverlapFrontmost)
193193
EXPECT_EQ(expectedSubranges[i], results[i]);
194194
}
195195

196-
TEST(MarkerSubrange, SubdivideGrammarAndSelectionOverlapFrontmostWithLongestEffectiveRange)
196+
TEST(MarkerSubrange, DISABLED_SubdivideGrammarAndSelectionOverlapFrontmostWithLongestEffectiveRange)
197197
{
198198
Vector<MarkerSubrange> subranges {
199199
MarkerSubrange { 0, 40, MarkerSubrange::GrammarError },

0 commit comments

Comments
 (0)