| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
--internal-pepper
to run the plugin, but didn't update the gyp file to reflect this.
Review URL: http://codereview.chromium.org/500031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This concludes my screwing around with the output format of this script.
If you specify "--log failures", then we will print out the unexpected failures
as they happen.
If you specify "--log webkit-style-progress", then we attempt to emulate the
way WebKit runs their regression (by running all tests in lexicographic order).
This can produce slightly weird results when we get head-of-line blocked on
one test (while other threads run ahead). To ameliorate this, if you
specify "--log webkit-style-progress,remaining" you will also get a count
of the number of remaining tests. Also, "--log webkit-style-progress" will
also enable "--log failures".
If you don't specify "--log failures" or "--log webkit-style-progress", then
the one-line progress meter will split out unexpected failures from unexpected
passes.
Also, rewrite the metering to handle lines that wrap properly.
BUG=none
R=ojan@chromium.org,eseidel@chromium.org,dave_levin@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/495006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34610 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#expectationsUpdate=true
Did all the tests from LayoutTests/accessibility to LayoutTests/editing (inclusive).
The problem is that the script currently only modifies existing individual test lines
in test_expectations.txt. It won't add new tests. This includes the case of all
the accessibility tests, which have their expectations listed by directory.
Hopefully, this is not true for all the other tests and this tool is still useful
for now. Otherwise, we'll need to figure out the adding new tests case as well.
The only hard part with adding new tests is figuring out what to do with the BUG identifiers.
Review URL: http://codereview.chromium.org/506017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34606 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
30408 - parsing of timing information for slow and/or timedout tests was
broken.
30380 - parsing of the # skipped in test results broke on the buildbot. I've
changed the text here slightly but this also requires a separate change on
the buildbot master.
R=ojan@chromium.org
TEST=none
BUG=30408
BUG=30380
Review URL: http://codereview.chromium.org/503010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34603 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
RedrawWindow would synchronously wait for the child window, during which only some messages are pumped. This leads to reentrancy with our custom paint message. Avoiding synchronously calling the child windows in the reentrancy fixes the problem.
BUG=2242480
Review URL: http://codereview.chromium.org/501014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34593 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
passing tests (mostly Mac).
BUG=23469,23488,23489,29737,23465,10760,24206,28380
TEST=greenness
Review URL: http://codereview.chromium.org/506015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34591 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
all time out and add ~1 minute to cycle time.
Review URL: http://codereview.chromium.org/500029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34590 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alphabetical order.
This makes it more efficient to process groups of tests and allows you to easy skip over groups of tests (say, http tests).
TEST=manual
BUG=none
Review URL: http://codereview.chromium.org/501009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34589 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=tony
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/503019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34584 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=test_shell tests should include PluginTest.* on the Mac
Review URL: http://codereview.chromium.org/500011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
And mark the flaky tests from moving to apache and sharding
the http tests as part of the umbrella 9798 bug.
Review URL: http://codereview.chromium.org/501023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34579 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34572 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
a couple builders.
Review URL: http://codereview.chromium.org/506004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34570 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
layout test scripts, whose output recently changed.
Also fixes some failure double-counting.
R=ojan
BUG=none
TEST=test_output_formatter.bat should pick up failures properly, and not have duplicates.
Review URL: http://codereview.chromium.org/496012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/491078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=loislo
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34553 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/500020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34544 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=30418
Review URL: http://codereview.chromium.org/505005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34543 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/492032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34541 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
filters, the switch from lighttpd -> Apache, and a recent WebKit roll.
BUG=8941,10323,10361,28417,29737,29748
TEST=be green
Review URL: http://codereview.chromium.org/504006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34526 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit r34517.
The next test failed, so reverting the disable.
TBR=dglazkov
Review URL: http://codereview.chromium.org/501012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34518 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
unknown reasons. I can't repro the crash on the desktop.
BUG=30346
TBR=senorblanco
Review URL: http://codereview.chromium.org/503006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34517 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=tc
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/505003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34514 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov
Review URL: http://codereview.chromium.org/503004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=29737
TEST=green is my valley
TBR=dglazkov
Review URL: http://codereview.chromium.org/504004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34507 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=29737
TEST=still green?
Review URL: http://codereview.chromium.org/497011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34503 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR
Review URL: http://codereview.chromium.org/507001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34501 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/486046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
as stable as on the mac now. Sharding the http tests on the mac
did *not* increase flakiness at all.
Also, update comment for a test in test_expectations.
Review URL: http://codereview.chromium.org/494010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34479 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dumi
TEST=none
BUG=30081
Review URL: http://codereview.chromium.org/496014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34477 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=green please?
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34473 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=jparent
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/491085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34472 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov
Review URL: http://codereview.chromium.org/491086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34468 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/491084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34465 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=ajwong
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/496011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34461 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rebaselines.
BUG=29737
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34446
Review URL: http://codereview.chromium.org/491070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34460 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/499002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
As far as we can tell, this isn't used by anything.
BUG=none
TEST=none
R=erikkay@chromium.org
Review URL: http://codereview.chromium.org/495007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34454 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=29737
TEST=none
Review URL: http://codereview.chromium.org/491070
TBR=senorblanco@chromium.org
Review URL: http://codereview.chromium.org/495015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
rebaselines.
BUG=29737
TEST=none
Review URL: http://codereview.chromium.org/491070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34446 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=30185
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=dglazkov.
Review URL: http://codereview.chromium.org/491054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34421 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30180
TBR=wtc
Review URL: http://codereview.chromium.org/494005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34398 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
synchronous messages. WebPluginDelegateImpl can instantiate a command buffer. Removed remaining dependencies on NPAPI.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/465040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/494004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34393 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30082
TBR=dglazkov
Review URL: http://codereview.chromium.org/486041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34390 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30174
TBR=dglazkov
Review URL: http://codereview.chromium.org/486040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30081
TBR=dglazkov
Review URL: http://codereview.chromium.org/490029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34388 0039d316-1c4b-4281-b951-d872f2087c98
|