Bug 1083346 - Removing gl.json and editing in-tree configurations.r=armenzg, gbrown

This commit is contained in:
Vaibhav Agrawal 2015-03-12 01:22:13 +08:00
parent 1a25b47c65
commit 65956bb861
5 changed files with 3 additions and 9 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -1,5 +0,0 @@
{
"runtests": { "dom/canvas/test/webgl-conformance": "bug 865443" },
"excludetests": {}
}

View File

@ -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',

View File

@ -1,4 +1,4 @@
{
"repo": "https://hg.mozilla.org/build/mozharness",
"revision": "2452460c06fc"
"revision": "9e077d6e8a7f"
}