Reviewers: Jakob, adamk,

Message:
Created Revert of Make run-tests.py warn when it's not testing anything

Description:
Revert of Make run-tests.py warn when it's not testing anything (patchset #1
id:1 of https://codereview.chromium.org/1283513003/ )

Reason for revert:
Some bots that don't run tests (by design) don't return the test results json
anymore which makes the infrastructure side fail now.

Original issue's description:
Make run-tests.py warn when it's not testing anything

I've often been confused by an "all passed" run of the test script
when it turned out that either all the tests I cared about were skipped
or, more likely, I mistyped the name(s) of the tests I wanted to run.
This patch aims to fix that (and gives a useful diagnostic for the
"all matched tests were skipped" case).

R=machenb...@chromium.org
NOTRY=true

Committed: https://crrev.com/1b1de2d221a0ed23e529e91bf9fa3dc287acb2ca
Cr-Commit-Position: refs/heads/master@{#30095}

TBR=jkumme...@chromium.org,ad...@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Please review this at https://codereview.chromium.org/1283593005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -8 lines):
  M tools/run-tests.py


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to