https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113213

Revision: 113213
Author:   krinkle
Date:     2012-03-07 02:43:46 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
[jquery.textSelection.test] disable caretTest per bug 34820
* Right now it's causing testswarm clients to have to this test 3 times, and if 
until bug 34820 is fixed there is no point in clogging up testswarm with it, 
making all IE columns uselessly red and making it harder to detect an actual 
regression

Modified Paths:
--------------
    
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js

Modified: 
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js
===================================================================
--- 
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js   
    2012-03-07 02:10:32 UTC (rev 113212)
+++ 
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js   
    2012-03-07 02:43:46 UTC (rev 113213)
@@ -253,6 +253,8 @@
 
 var caretSample = "Some big text that we like to work with. Nothing fancy... 
you know what I mean?";
 
+/*
+ // @broken: Disabled per bug 34820
 caretTest({
        description: 'getCaretPosition with original/empty selection - bug 
31847 with IE 6/7/8',
        text: caretSample,
@@ -260,6 +262,7 @@
        end: [0, caretSample.length], // Other browsers default it to the 
beginning (0), so check both.
        mode: 'get'
 });
+*/
 
 caretTest({
        description: 'set/getCaretPosition with forced empty selection',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to