"use strict";
var versions = {
- "compat-git": "compat-git",
+ "git": "git",
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
"1.10": "1.10.0 1.10.2",
"1.9": "1.9.0 1.9.1",
var testName,
testswarm = require( "testswarm" ),
config = grunt.file.readJSON( configFile ).jqueryui,
+ browserSets = config.browserSets,
commitUrl = "https://github.com/jquery/jquery-ui/commit/" + commit;
if ( extra ) {
+
+ // jquery-git doesn't support IE 8.
+ if ( extra === "core git" ) {
+ browserSets = "jquery-ui-future";
+ }
+
extra = " (" + extra + ")";
}
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
runs: runs,
runMax: config.runMax,
- browserSets: config.browserSets,
+ browserSets: browserSets,
timeout: 1000 * 60 * 30
}, function( error, passed ) {
if ( error ) {
var version = parseUrl().jquery;
var url;
- if ( version === "git" || version === "compat-git" ) {
+ if ( version === "git" ) {
url = "http://code.jquery.com/jquery-" + version;
} else {
url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery";
"1.11.0", "1.11.1", "1.11.2", "1.11.3",
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
"2.1.0", "2.1.1", "2.1.2", "2.1.3",
- "compat-git", "git", "custom"
+ "git", "custom"
],
tooltip: "Which jQuery Core version to test against"
} );
"1.9.0", "1.9.1",
"1.10.0", "1.10.1", "1.10.2",
"1.11.0", "1.11.1", "1.11.2", "1.11.3",
- "compat-git"
+ "git"
],
additionalTests = {