mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1083346 - Removing gl.json and editing in-tree configurations.r=armenzg, gbrown
This commit is contained in:
parent
1a25b47c65
commit
65956bb861
@ -27,7 +27,7 @@ config = {
|
||||
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
||||
"--quiet", "--log-raw=%(raw_log_file)s",
|
||||
"--total-chunks=2",
|
||||
"--test-manifest=gl.json",
|
||||
"--manifest=tests/dom/canvas/test/_webgl-conformance.ini",
|
||||
],
|
||||
},
|
||||
"robocop": {
|
||||
|
@ -29,7 +29,7 @@ config = {
|
||||
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
|
||||
"--quiet", "--log-raw=%(raw_log_file)s",
|
||||
"--total-chunks=2",
|
||||
"--test-manifest=gl.json",
|
||||
"--manifest=tests/dom/canvas/test/_webgl-conformance.ini",
|
||||
],
|
||||
},
|
||||
"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',
|
||||
'chunkifyTests.js',
|
||||
'gen_template.pl',
|
||||
'gl.json',
|
||||
'harness.xul',
|
||||
'jetpack-addon-harness.js',
|
||||
'jetpack-addon-overlay.xul',
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"repo": "https://hg.mozilla.org/build/mozharness",
|
||||
"revision": "2452460c06fc"
|
||||
"revision": "9e077d6e8a7f"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user