Upgraded to SM 60

This commit is contained in:
Alan Jeffrey 2018-06-01 17:24:25 -05:00 committed by Josh Matthews
parent d34403047e
commit 74c1e00d81
290 changed files with 26572 additions and 1178 deletions

View file

@ -65286,11 +65286,11 @@
"testharness"
],
"mozilla/interfaces.html": [
"4b8234b472c9eee9a9916b663c8a6affeafdfae3",
"ad419477302c2f55fd0b0f7b90d4b36ee9700988",
"testharness"
],
"mozilla/interfaces.js": [
"743dc9666cac76dab04938c8d4af0b5d63269f1c",
"6f2a54524ef317a48d758f7e50f742fd9b3a93e4",
"support"
],
"mozilla/interfaces.worker.js": [

View file

@ -1,2 +0,0 @@
[transition_calc_implicit.html]
expected: TIMEOUT

View file

@ -1,5 +0,0 @@
[log_001_to_008.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -207,6 +207,7 @@ test_interfaces([
"URL",
"URLSearchParams",
"ValidityState",
"WebAssembly",
"WebGLRenderingContext",
"WebGLUniformLocation",
"WebGLBuffer",

View file

@ -21,7 +21,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"Int8Array",
"InternalError",
"Intl",
"Iterator",
"JSON",
"Map",
"Math",
@ -34,15 +33,12 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"ReferenceError",
"Reflect",
"RegExp",
"SIMD",
"Set",
"SharedArrayBuffer",
"StopIteration",
"String",
"Symbol",
"SyntaxError",
"TypeError",
"TypedObject",
"URIError",
"Uint16Array",
"Uint32Array",
@ -51,6 +47,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"Uint8ClampedArray",
"WeakMap",
"WeakSet",
"WebAssembly",
];
var sources = [