aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add `--layout-2020` to `./mach test-wpt` and `./mach update-wpt`Simon Sapin2019-07-041-0/+2
| | | | … with separate metadata (expected results) and include manifest.
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-1/+1
| | | | | … with corresponding `layout` and `layout_thread` crates, which for now do nothing.
* Share more `./mach build` logic with mach check, doc, test-unitSimon Sapin2019-07-021-7/+4
| | | | Fixes #23659
* Add smoketest command.Josh Matthews2019-05-091-0/+10
|
* Refactoring of the Glutin port in preparation of the compositor refactoring.Paul Rouget2019-04-291-1/+1
|
* Make create-wpt mach command use new manifest update implementationFernando Jiménez Moreno2018-12-241-1/+2
|
* Create filtered-wpt-errorsummary.log even if it would be emptySimon Sapin2018-12-141-3/+3
|
* Write indented JSON in ./mach filter_intermittentsSimon Sapin2018-12-131-2/+2
|
* Fix `./mach filter_intermittents` in shallow git clones.Simon Sapin2018-12-121-1/+1
| | | | | | | | | | `git log --merges` only shows commits with at least two parents. Presumably, this only works when the parent commits are in the local repository. In a shallow clone (`--depth 1`), on the HEAD commit is fetched. This commit removes the `--merges` filter. This shouldn’t affect the behavior, since CI always runs with a merge commit as HEAD.
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-0/+1
| | | | | Mac-Os implementation of a thread sampler, Linux and Windows skeleton implementations.
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+0
|
* Hint ./mach fmtPyfisch2018-11-071-0/+2
|
* Auto merge of #22127 - Darkspirit:https_intermittent_tracker, r=jdmbors-servo2018-11-071-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Connect to intermittent trackers via https This is the last part of #22088. Each https url returns the same with curl as its previous http variant, so it should be a safe change. And https has already been used at this place in the past: https://github.com/servo/servo/commit/38474f8671d17dfce992ebf6b6dda905a5de5b1b <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22127) <!-- Reviewable:end -->
| * Connect to intermittent trackers via httpsJan Andre Ikenmeyer2018-11-061-2/+2
| |
* | Remove import order check from test-tidyPyfisch2018-11-061-4/+5
| | | | | | | | Fix leaking file descriptor.
* | Run rustfmt on test-tidyPyfisch2018-11-061-1/+16
|/ | | | | Add ./mach fmt command. Mach installs rustfmt if needed.
* Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdmbors-servo2018-09-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace mpsc with crossbeam-channel Follow up on https://github.com/servo/servo/pull/19515 --- Selecting over multiple channels in `std::sync::mpsc` is not stable and likely never will be: https://github.com/rust-lang/rust/issues/27800#issuecomment-260136777 > It seems the only thing keeping `mpsc_select` around is Servo. crossbeam-channel is designed specifically to replace `std::sync::mpsc` and fix many of its shortcomings: https://github.com/stjepang/rfcs-crossbeam/blob/channel/text/2017-11-09-channel.md This is to be landed together with https://github.com/servo/ipc-channel/pull/183. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21325) <!-- Reviewable:end -->
| * add servo_channel crateGregory Terzian2018-09-121-0/+1
| |
* | Bypass gstreamer check for test-wpt-androidManish Goregaokar2018-09-111-3/+3
| |
* | Allow WPT to be run with local gstreamerManish Goregaokar2018-09-111-0/+1
|/
* Update Gradle and SDKPaul Rouget2018-07-311-2/+1
|
* new android port: fix android build and testsPaul Rouget2018-07-311-2/+2
|
* merge run_wpt.py into run.pyergunsh2018-07-221-1/+1
|
* Add ./mach test-wpt-androidSimon Sapin2018-07-201-16/+36
|
* Refactor run_in_headless_android_emulator.py out of mach test-androi-startupSimon Sapin2018-07-181-60/+21
| | | | … and make it more careful about not leaving zombie processes behind.
* Add ./mach test-android-startupSimon Sapin2018-07-021-3/+84
|
* Check WPT manifest when running test-tidytigercosmos2018-06-191-1/+3
|
* Don't suppress the result of checking the WPT manifest.Josh Matthews2018-05-211-1/+1
|
* Remove geckolib-related build commands.Emilio Cobos Álvarez2018-05-171-22/+0
|
* Avoid using WPT test runner to update the test manifest.Josh Matthews2018-03-161-4/+15
|
* Merge servo_remutex to servo_remutex_testsAnthony Ramine2018-01-201-0/+1
|
* Merge servo_config and servo_config_testsAnthony Ramine2018-01-201-1/+9
|
* Merge net_traits and net_traits_testsAnthony Ramine2018-01-201-1/+1
|
* Merge net and net_testsAnthony Ramine2018-01-201-2/+2
|
* Merge layout and layout_testsAnthony Ramine2018-01-201-1/+1
|
* Merge gfx and gfx_testsAnthony Ramine2018-01-201-1/+1
|
* Merge msg and msg_testsAnthony Ramine2018-01-201-19/+10
|
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-8/+10
| | | | Fixes #11361, closes #18874
* Revert "Use rustdoc --document-private-item instead of deprecated flags"Simon Sapin2018-01-101-4/+1
| | | | This reverts commit d96f0ff6a77e309682898cc7e1905a7bd0feb3cf.
* Auto merge of #19507 - asajeffrey:test-perf-date-option, r=avadacatavrabors-servo2017-12-121-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a --date option to test-perf. <!-- Please describe your changes on the following line: --> To generate old test-perf results, we need a way to set the date when running `./mach test-perf`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they're test infrastructure <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19507) <!-- Reviewable:end -->
| * Add a --date option to test-perf.Alan Jeffrey2017-12-061-1/+5
| |
* | Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)Simon Sapin2017-12-071-0/+3
|/
* Replace compiletest suite by doc-tests with `compile_fail`Simon Sapin2017-11-221-61/+0
| | | | | compiletest-rs use internal rustc APIs and is broken in today’s Nightly. rustdoc however is maintained with rustc and so much less fragile.
* Submit test-perf CSV files to S3.Alan Jeffrey2017-11-211-6/+0
|
* Renamed mach test-perf -submut to --submit.Alan Jeffrey2017-11-201-1/+1
|
* Update web-platform-tests to revision 44702f2bc8ea98bc32b5b244f2fe63c6ce66d49dJosh Matthews2017-11-151-2/+2
|
* Add --base option to test-perf.Alan Jeffrey2017-11-131-2/+6
|
* Use failure reporting API on CI.Josh Matthews2017-11-071-0/+2
|
* Report instances of intermittent failures to a tracker.Josh Matthews2017-11-071-2/+38
|
* Allow specifying alternative tracker endpoints.Josh Matthews2017-11-071-5/+10
|