mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
Bug 1083347 - Removing gl.json and editing in-tree configurations.r=armenzg, gbrown DONTBUILD
This commit is contained in:
parent
3d40e71038
commit
25dfa5ca56
@ -27,7 +27,7 @@ config = {
|
|||||||
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
||||||
"--quiet", "--log-raw=%(raw_log_file)s",
|
"--quiet", "--log-raw=%(raw_log_file)s",
|
||||||
"--total-chunks=2",
|
"--total-chunks=2",
|
||||||
"--test-manifest=gl.json",
|
"--manifest=tests/dom/canvas/test/_webgl-conformance.ini",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"robocop": {
|
"robocop": {
|
||||||
|
@ -29,7 +29,7 @@ config = {
|
|||||||
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
||||||
"--quiet", "--log-raw=%(raw_log_file)s",
|
"--quiet", "--log-raw=%(raw_log_file)s",
|
||||||
"--total-chunks=2",
|
"--total-chunks=2",
|
||||||
"--test-manifest=gl.json",
|
"--manifest=tests/dom/canvas/test/_webgl-conformance.ini",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"robocop": {
|
"robocop": {
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"runtests": { "dom/canvas/test/webgl-conformance": "bug 865443" },
|
|
||||||
"excludetests": {}
|
|
||||||
}
|
|
||||||
|
|
@ -52,7 +52,6 @@ TEST_HARNESS_FILES.testing.mochitest += [
|
|||||||
'chrome-harness.js',
|
'chrome-harness.js',
|
||||||
'chunkifyTests.js',
|
'chunkifyTests.js',
|
||||||
'gen_template.pl',
|
'gen_template.pl',
|
||||||
'gl.json',
|
|
||||||
'harness.xul',
|
'harness.xul',
|
||||||
'jetpack-addon-harness.js',
|
'jetpack-addon-harness.js',
|
||||||
'jetpack-addon-overlay.xul',
|
'jetpack-addon-overlay.xul',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"repo": "https://hg.mozilla.org/build/mozharness",
|
"repo": "https://hg.mozilla.org/build/mozharness",
|
||||||
"revision": "2452460c06fc"
|
"revision": "9e077d6e8a7f"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user