mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update WebGL conformance suite patches
This commit is contained in:
parent
b5043de011
commit
c4bb30413c
2 changed files with 16 additions and 13 deletions
|
@ -1,6 +1,8 @@
|
|||
--- js-test-pre.orig.js 2016-04-08 22:35:15.629226767 +0200
|
||||
+++ js-test-pre.js 2016-04-08 22:43:11.906092062 +0200
|
||||
@@ -71,11 +71,25 @@
|
||||
diff --git a/conformance-suites/1.0.3/resources/js-test-pre.js b/conformance-suites/1.0.3/resources/js-test-pre.js
|
||||
index 2a03001..c4bb653 100644
|
||||
--- a/conformance-suites/1.0.3/resources/js-test-pre.js
|
||||
+++ b/conformance-suites/1.0.3/resources/js-test-pre.js
|
||||
@@ -71,11 +71,25 @@ function nonKhronosFrameworkNotifyDone() {
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -30,7 +32,7 @@
|
|||
|
||||
function notifyFinishedToHarness() {
|
||||
if (window.parent.webglTestHarness) {
|
||||
@@ -100,2 +100,2 @@ function notifyFinishedToHarness() {
|
||||
@@ -86,13 +100,19 @@ function notifyFinishedToHarness() {
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,7 +45,6 @@
|
|||
function _logToConsole(msg)
|
||||
{
|
||||
if (window.console)
|
||||
@@ -92,7 +106,7 @@
|
||||
window.console.log(msg);
|
||||
}
|
||||
|
||||
|
@ -52,7 +53,7 @@
|
|||
|
||||
function enableJSTestPreVerboseLogging()
|
||||
{
|
||||
@@ -105,31 +119,18 @@
|
||||
@@ -105,31 +125,18 @@ function description(msg)
|
||||
if (msg === undefined) {
|
||||
msg = document.title;
|
||||
}
|
||||
|
@ -86,7 +87,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@@ -143,7 +144,7 @@
|
||||
@@ -143,7 +150,7 @@ function testPassed(msg)
|
||||
reportTestResultsToHarness(true, msg);
|
||||
_addSpan('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
|
||||
if (_jsTestPreVerboseLogging) {
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
--- conformance/more/unit.js 2015-06-18 23:26:41.085626000 +0200
|
||||
+++ ../conformance-1.0.3/conformance/more/unit.js 2015-12-30 19:46:34.570636491 +0100
|
||||
@@ -892,9 +892,14 @@
|
||||
diff --git a/conformance-suites/1.0.3/conformance/more/unit.js b/conformance-suites/1.0.3/conformance/more/unit.js
|
||||
index 89f4e87..742f8d7 100644
|
||||
--- a/conformance-suites/1.0.3/conformance/more/unit.js
|
||||
+++ b/conformance-suites/1.0.3/conformance/more/unit.js
|
||||
@@ -892,9 +892,14 @@ GLConstants = [
|
||||
0x809D
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue