aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-05-26 11:41:34 +0200
committerScott González <scott.gonzalez@gmail.com>2016-05-26 09:12:12 -0400
commit83ec5e8016dea46694e48027887c902ab9075b48 (patch)
treec5e75fd938437bfdf92684b6d42c63c650e615e4 /build
parent827bf3998e072cc1479dd6369929628242bf0e25 (diff)
downloadjquery-ui-83ec5e8016dea46694e48027887c902ab9075b48.tar.gz
jquery-ui-83ec5e8016dea46694e48027887c902ab9075b48.zip
Tests: Stop testing against core 2.0.2 on testswarm
jQuery 2.0.3 fixed very few things from 2.0.2, the list is here: ​http://blog.jquery.com/2013/07/03/jquery-1-10-2-and-2-0-3-released/ One of the fixes was ​http://bugs.jquery.com/ticket/13980, though which was about cross-domain iframe issues. The problem is TestSwarm loads a cross-domain iframe: the main page is swarm.jquery.org, the frame is on builds.jenkins.jquery.com so it might be causing issues. You can see jQuery UI tests are timing out in all IE versions in jQuery 2.0.2: ​http://swarm.jquery.org/job/2918 The problem is that it doesn't just fail, it starves the available IE pool, making it sometimes harder for other projects to get their tests run on IE. That's why tests with jQuery 2.0.2 on TestSwarm need to be removed as it's been done with 1.10.1. Refs #12745 Refs c2224bf5dc418c84c185844611786b9ccfb869a7 Refs gh-1706 Closes gh-1707
Diffstat (limited to 'build')
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index ac3b17ad4..bcbd12212 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -6,7 +6,7 @@ var versions = {
"git": "git",
"2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
"2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
- "2.0": "2.0.0 2.0.1 2.0.2 2.0.3",
+ "2.0": "2.0.0 2.0.1 2.0.3",
"1.12": "1.12.0 1.12.1 1.12.2 1.12.3 1.12.4",
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
"1.10": "1.10.0 1.10.2",