Title: [226165] trunk/Tools
- Revision
- 226165
- Author
- [email protected]
- Date
- 2017-12-19 17:33:46 -0800 (Tue, 19 Dec 2017)
Log Message
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):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (226164 => 226165)
--- trunk/Tools/ChangeLog 2017-12-20 01:31:21 UTC (rev 226164)
+++ trunk/Tools/ChangeLog 2017-12-20 01:33:46 UTC (rev 226165)
@@ -1,3 +1,13 @@
+2017-12-19 Daniel Bates <[email protected]>
+
+ 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):
+
2017-12-19 Wenson Hsieh <[email protected]>
Unreviewed, rebaseline an API test result for El Capitan and Sierra.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp (226164 => 226165)
--- trunk/Tools/TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp 2017-12-20 01:31:21 UTC (rev 226164)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/MarkerSubrange.cpp 2017-12-20 01:33:46 UTC (rev 226165)
@@ -174,7 +174,7 @@
EXPECT_EQ(expectedSubranges[i], results[i]);
}
-TEST(MarkerSubrange, SubdivideGrammarAndSelectionOverlapFrontmost)
+TEST(MarkerSubrange, DISABLED_SubdivideGrammarAndSelectionOverlapFrontmost)
{
Vector<MarkerSubrange> subranges {
MarkerSubrange { 0, 40, MarkerSubrange::GrammarError },
@@ -193,7 +193,7 @@
EXPECT_EQ(expectedSubranges[i], results[i]);
}
-TEST(MarkerSubrange, SubdivideGrammarAndSelectionOverlapFrontmostWithLongestEffectiveRange)
+TEST(MarkerSubrange, DISABLED_SubdivideGrammarAndSelectionOverlapFrontmostWithLongestEffectiveRange)
{
Vector<MarkerSubrange> subranges {
MarkerSubrange { 0, 40, MarkerSubrange::GrammarError },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes