Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit e78cd2b

Browse files
committed
updating saucelab skips and browser matrix.
1 parent 060aa40 commit e78cd2b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/saucelabs.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ var LIBS = {
6868
},
6969
{
7070
browserName: "safari",
71-
version: "7",
72-
platform: "OS X 10.9"
71+
version: "9",
72+
platform: "OS X 10.11"
7373
}
7474
],
7575

@@ -91,9 +91,10 @@ var LIBS = {
9191
// A list of tests that ES3 environments can't pass, either because they
9292
// use accessors or they test for behaviour achievable only in ES5 environments
9393
es3blacklist = [
94-
'9.2.8_4.html',
95-
'11.1.1_32.html', '11.2.1.html', '11.3.3.html', '11.3_b.html',
96-
'12.2.1.html', '12.3.3.html', '12.3_b.html', '12.3.2_TLT_2.html'
94+
'intl402/9.2.2.html',
95+
'intl402/9.2.1_2.html',
96+
'intl402/NumberFormat/11.1.2.html',
97+
'intl402/DateTimeFormat/12.1.2.html'
9798
];
9899

99100
LIBS.http.createServer(function(req, res) {

0 commit comments

Comments
 (0)