Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --faster flag from test-tidy, go fast by default. Fixes 11217 #11409

Merged
merged 1 commit into from May 25, 2016

Conversation

mitchhentges
Copy link

@mitchhentges mitchhentges commented May 25, 2016

Thank you for contributing to Servo! Please replace each [ ] by [X] when the step is complete, and replace __ with appropriate data:

Either:

  • There are tests for these changes OR
  • These changes do not require tests because they just change command-line options, which aren't tested

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

This finishes #11267


This change is Reviewable

@highfive
Copy link

Heads up! This PR modifies the following files:

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label May 25, 2016
@nox
Copy link
Contributor

nox commented May 25, 2016

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 968b9f6 has been approved by nox

@highfive highfive assigned nox and unassigned wafflespeanut May 25, 2016
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels May 25, 2016
@jdm
Copy link
Member

jdm commented May 25, 2016

@bors-servo: r-
We should modify .travis.yml as well to ensure we don't lose coverage.

@highfive
Copy link

New code was committed to pull request.

@highfive highfive added S-awaiting-review There is new code that needs to be reviewed. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels May 25, 2016
@@ -5,8 +5,8 @@ matrix:
include:
- sudo: false
script:
- ./mach test-tidy --self-test
- ./mach test-tidy --no-progress
- ./mach test-tidy --no-progress --self-test
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add --no-progress to match line below, and buildbot_steps

@highfive
Copy link

New code was committed to pull request.

@highfive
Copy link

New code was committed to pull request.

@aneeshusa
Copy link
Contributor

servo/saltfs#377 landed and was deployed, so this is safe to land now.
@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 52507c8 has been approved by aneeshusa

@highfive highfive assigned aneeshusa and unassigned nox May 25, 2016
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels May 25, 2016
@bors-servo
Copy link
Contributor

⌛ Testing commit 52507c8 with merge ebb690d...

bors-servo pushed a commit that referenced this pull request May 25, 2016
…husa

Remove --faster flag from test-tidy, go fast by default. Fixes 11217

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 fix #11217 (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because they just change command-line options, which aren't tested

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

This finishes #11267

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11409)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows

@bors-servo bors-servo merged commit 52507c8 into servo:master May 25, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label May 25, 2016
@mitchhentges mitchhentges deleted the test-tidy-faster-default branch May 29, 2016 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make test-tidy --faster be the default behaviour and add --all parameter
7 participants