This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from ShakoHo/change_devicemanageadb_2_adbb2g
Change devicemanageadb 2 adbb2g
- Loading branch information
Showing
20 changed files
with
595 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{"version": "2.2", | ||
"suites": [ | ||
["cert", {"cmd": "cert", | ||
"run_args": ["--version=%(version)s", | ||
"--result-file=%(temp_dir)s/cert_results.json", | ||
"--html-result-file=%(temp_dir)s/cert_results.html"], | ||
"extra_files": ["%(temp_dir)s/cert_results.json", | ||
"%(temp_dir)s/cert_results.html", | ||
"%(temp_dir)s/omni_diff_report.html"]}], | ||
["webapi", {"cmd": "webapirunner", | ||
"run_args": ["--version=%(version)s"]}], | ||
["web-platform-tests", {"cmd": "wptrunner", | ||
"common_args": ["--include-manifest=mcts/web-platform-tests/include.ini", "--config=mcts/web-platform-tests/wptrunner.ini"], | ||
"run_args": ["--product=b2g", "--test-type=testharness", "--b2g-no-backup"]}], | ||
["security", {"cmd": "securityrunner", "run_args":["--version=%(version)s"]}] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.