aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-4/+2
* Get clang-format from pip and upgrade to version 16Martin Robinson2023-06-081-32/+15
* Add webgpu cts vendoring mechanismsagudev2023-06-011-0/+51
* Remove more Python 2 compatibility codeMartin Robinson2023-05-291-4/+3
* Clean up cross-compilation and featuresMartin Robinson2023-05-251-2/+3
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-251-13/+3
* Auto merge of #29745 - mrobinson:compositor-side-scroll-tree, r=mukilanbors-servo2023-05-231-0/+1
|\
| * Add a compositor-side scroll treeMartin Robinson2023-05-191-0/+1
* | Auto merge of #29754 - mrobinson:organize-python-by-platform, r=mukilanbors-servo2023-05-191-1/+1
|\ \
| * | Start organizing platform-specific Python codeMartin Robinson2023-05-191-1/+1
| |/
* / Thread panics should be a hard-fail in smoketestsMartin Robinson2023-05-181-1/+4
|/
* Reorganize Servo's WPT Python scriptsMartin Robinson2023-04-201-57/+17
* Have all mach command accept "--with-layout-2020" and "--layout-2020"Martin Robinson2023-04-071-2/+2
* Aggregate unexpected results into logsMartin Robinson2023-02-141-0/+3
* Auto merge of #29294 - servo:integrate-filter-intermittents, r=delanbors-servo2023-01-271-114/+7
|\
| * Integrate filter-intermittents into test-wptMartin Robinson2023-01-241-114/+7
* | Update clangfmt version.Josh Matthews2023-01-241-1/+1
|/
* Simplify Python code for running WPT testsMartin Robinson2023-01-131-45/+7
* mach filter-intermittents: add progress and --json output modeDelan Azabani2023-01-101-3/+17
* Remove unnecessary always succeed flagcybai2022-08-161-8/+2
* Run WPT sync nightly on GitHub Actioncybai2022-08-161-2/+14
* Update clangfmt version.Josh Matthews2022-08-061-1/+1
* update Ubuntu version check to > 21.10Gio de Guzman2021-12-151-1/+1
* chore(mach): update the required clang-format version to 13yvt2021-10-161-1/+1
* chore(mach): update the required clang-format version to 12yvt2021-10-041-1/+1
* Updat clang-fmt version check.Josh Matthews2021-02-191-1/+1
* Port some code to Python3Vincent Ricard2021-02-181-1/+4
* Improve intermittent filteringKunal Mohan2020-08-041-2/+12
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-3/+10
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-2/+2
* Run only a supported set of WPT test types by default.Josh Matthews2020-06-031-0/+10
* Auto merge of #25853 - asajeffrey:surfmanup, r=jdmbors-servo2020-04-181-18/+2
|\
| * Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-18/+2
* | Disable RUST_BACKTRACE in unit tests on macOS.Josh Matthews2020-04-171-1/+3
|/
* Update required clang-format version.Josh Matthews2020-04-151-1/+1
* Add default arguments so that ./mach test --all worksWarren Fisher2020-01-191-1/+1
* Don’t run `ensure_bootstrapped` when rustup is not used at all.Simon Sapin2020-01-021-10/+0
* Fix a Python 3 warningSimon Sapin2020-01-021-1/+1
* mach: always call `ensure_bootstrapped` before `call_rustup_run`Simon Sapin2020-01-021-0/+1
* Print OSMesa environment variables when starting debugger under WPT.Josh Matthews2019-12-201-4/+4
* Fix tidiness errors for Python3 compatibility across whole repomarmeladema2019-12-111-9/+9
* Make `mach test-tidy --no-wpt` compatible with Python3marmeladema2019-12-111-2/+2
* Fix Python Unicode error in './mach filter-intermittents'Simon Sapin2019-12-051-5/+2
* Fix Python Unicode error on macOS CISimon Sapin2019-12-031-3/+6
* Include test output in filtered WPT logsSimon Sapin2019-12-031-26/+25
* Run test-tidy on WindowsPaul Rouget2019-11-211-35/+38
* remove allfiles option for clang-formatPaul Rouget2019-11-041-5/+3
* Format support/hololens/Paul Rouget2019-11-041-1/+1
* Format CPP code with clang-formatPaul Rouget2019-10-301-5/+47
* Add `./mach test-tidy --no-wpt`, for a git pre-push hookSimon Sapin2019-10-241-2/+7