Chris Jones
8661b24d3b
Bug 661940: Dump verbose messages if MOZ_REFTEST_VERBOSE is set in the environment. r=roc
2011-06-10 10:00:11 -07:00
Steve Fink
cb2fba896d
Bug 634648 - Mark tests that require to be run in debug mode (r=dbaron,dmandelin)
2011-02-16 22:41:14 -08:00
Steve Fink
a655c5fd00
Backed out changeset a5e2394cd75d
2011-05-12 11:13:14 -07:00
Steve Fink
fa26b60aaf
Bug 634648 - Mark tests that require to be run in debug mode (r=dbaron,dmandelin)
...
--HG--
extra : rebase_source : 6f152c72627ce61065e5f468c273099804b578d5
2011-02-16 22:41:14 -08:00
Cameron McCormack
b9c6da9e02
Bug 652501 - Part 1: Allow reftests to clean up plugin and IPC process crash dumps. r=roc
2011-04-26 15:02:38 +12:00
Phil Ringnalda
40c0da73e1
Bug 651014 - Put test filename in "can't drawWindow remote content" error message, r=dbaron
2011-04-18 19:34:46 -07:00
Jonathan Kew
20281c115e
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
2011-04-13 14:35:06 +01:00
Paul Biggar
bc3d36f617
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
52ee86d378
Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds.
2011-04-12 01:29:41 -07:00
Paul Biggar
c0aeeea187
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Robert O'Callahan
07c2424cf5
Bug 635373. Add layersOpenGL to the reftest harness. r=dbaron
2011-04-01 10:33:46 +13:00
Joel Maher
d06f7b420e
Bug 473817 - allow conditional 'include' in reftest manifests. r=dbaron, a=test-only
2011-03-31 13:08:05 -04:00
Mounir Lamouri
ceab8b6711
Bug 640545 - Specify that the load has failed in the error message when a reftest load failed. r=dbaron
2011-03-30 14:38:44 +02:00
Joel Maher
368d8a0909
Bug 637660 - add sandbox.Android, and skip a few crashtests so we can run green on Android. r=dbaron, a=tests
2011-03-11 09:15:33 -05:00
Chris Jones
953b064187
Bug 624636, part 1: Allow reftests to override viewport+displayport. r=roc
2011-02-23 11:45:09 -06:00
Matt Woodrow
503e41f4c8
Bug 632636: Initialize cond when we have needs-focus. r=cjones a=bustage
2011-02-08 18:09:00 -06:00
Chris Jones
8991442744
Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
...
--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest-content.js
2011-02-03 13:54:10 -06:00
L. David Baron
cb50a6fc08
Ensure that 'load' and 'script' tests do layout and painting before we go on to the next test. (Bug 624279) r=roc a2.0=blocking
...
(It's tempting to remove both the direct call to RecordResult() (and
instead always go through WaitForTestEnd) and the setupPrintMode() call
not inside WaitForTestEnd, but that's probably more than I should tackle
right now.)
2011-02-02 08:40:17 -08:00
Jonas Sicking
6c6a7cea3e
Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal).
2011-01-29 18:47:17 -08:00
L. David Baron
f2437a7bed
Clean up setting of preferences for reftest. (Bug 608030) r=roc a=blocking2.0:betaN+
2011-01-24 16:23:07 -08:00
L. David Baron
5feb332b63
Backout changeset ffebdc3ddb62 (bug 608030) due to reftest orange related to color-management pref. a=orange
2011-01-23 22:00:32 -08:00
L. David Baron
22bd7000f9
Clean up setting of preferences for reftest. (Bug 608030) r=roc a=blocking2.0:betaN+
2011-01-23 20:21:40 -08:00
Robert O'Callahan
eff574fdb4
Bug 624279. Setup print mode for non-reftest-wait documents as soon as 'load' fires. This ensures that the initial reflow will happen in print mode. r=dbaron, a=test
...
This patch also ensures that the root element at the time of 'load' firing
is the element we always look for test metadata on --- even if the document
is removed from the window, or the root element is removed or replaced by
another root element, etc.
2011-01-10 02:55:00 -08:00
Robert O'Callahan
8a617b421a
Bug 621339. Protect against contentRootElement being null. r=dbaron. a=test
2010-12-26 21:16:00 -08:00
Robert O'Callahan
e4fdf4b155
Bug 617512. Part 10: Don't wait for pending paints to flush in crashtests. r=dbaron
2010-12-20 14:37:43 +13:00
Robert O'Callahan
8556c00903
Bug 617152. Part 8: Remove useless call to processUpdates. r=dbaron
2010-12-20 14:37:43 +13:00
Robert O'Callahan
88756ca61b
Bug 617152. Part 7: Take a full snapshot after we've set up our listeners. r=dbaron
2010-12-20 14:37:43 +13:00
Robert O'Callahan
30e7c85ced
Bug 617152. Part 6: Improve diagnostic messages for reftest failures. r=dbaron
2010-12-20 14:37:43 +13:00
Robert O'Callahan
92b4b5d97d
Bug 617152. Part 3: Fix reftest.js harness to have much simpler logic for waiting for a test to end. r=dbaron
2010-12-20 14:37:42 +13:00
Robert Sayre
d2b800ff26
merge mozilla-central to tracemonkey
2010-11-19 15:54:33 -08:00
Alon Zakai
812bf3c258
Bug 610046 - Let jsreftests that should silently fail do so. r=dbaron,bc a=test
2010-11-18 14:14:57 -08:00
L. David Baron
3c42da9c90
Make the reftest image comparison tests have a more informative message so they're easier to distinguish from the rest. (Bug 611702) r=ted a2.0=tests
2010-11-16 09:56:03 -08:00
Johnny Stenback
749fd527cc
Bug 580128. Remove usage of old wrapper type which isn't needed any more. r=mrbkap@gmail.com
2010-10-10 15:41:37 -07:00
Scott Greenlay
92c12ef9d7
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
2010-09-27 16:42:43 -04:00
Josh Aas
54d8736551
Back out patch for 596762, running the test plugin out-of-process on 64-bit Mac OS X is exposing a bug that causes a lot of intermittent orange. a=josh
2010-09-24 15:08:30 -04:00
Scott Greenlay
9ab1f355f5
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
2010-09-24 10:32:02 -04:00
Josh Aas
a2b531c127
Backed out changeset 401db5db054a, bug 596762. Too much orange, again. a=josh
2010-09-23 16:06:13 -04:00
Scott Greenlay
4d41c8ea82
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
2010-09-23 13:21:55 -04:00
Josh Aas
4c5979b1bf
Backed out changeset c06ef0414fee, bug 596762. a=me
2010-09-20 22:13:13 -04:00
Scott Greenlay
c18a02206e
Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7
2010-09-20 20:21:55 -04:00
Oleg Romashin
e5804675e4
Bug 556487 - handle async plugin layers rendering in reftests runner. r=dbaron a=blocking2.0
2010-09-16 10:07:35 -07:00
Oleg Romashin
cfa5c819a8
Backout 311fd7224fe6 due to oranges. a=backout
2010-09-16 20:58:37 -07:00
Oleg Romashin
7091cdfefe
Bug 556487 - handle async plugin layers rendering in reftests runner. r=dbaron a=blocking2.0
2010-09-16 10:07:35 -07:00
Robert O'Callahan
de34f39b12
Bug 593275 part 2 - Dynamically recompute drawWindow flags, in case our window is asynchronously resized on us. r=dbaron a=blocking2.0:beta6+
2010-09-04 23:39:35 -04:00
Robert O'Callahan
6732099e5a
Bug 593275. Take reftest snapshots by painting the toplevel window. r=dbaron a=blocking2.0:beta6+
2010-09-04 23:39:32 -04:00
Joe Drew
2fbfe063c1
Back out roc's reftest patch, which broke reftests on non-accelerated layer managers.
2010-09-04 00:32:36 -04:00
Robert O'Callahan
1193fc52e4
Bug 593275. Take reftest snapshots by painting the toplevel window. r=dbaron
2010-09-03 23:21:14 -04:00
Joe Drew
394383312c
Bug 590844. reftest: fix the condition setting layersGPUAccelerated. r=vlad, a=b
...
Frig. I accidentally reversed the condition here.
2010-09-03 17:15:10 -04:00
Joe Drew
8195bd8837
Bug 590844 - Add layersGPUAccelerated to the reftest sandbox when we're using accelerated layers. r=dbaron a=blocking2.0:beta6+
2010-09-03 14:02:23 -04:00
Dão Gottwald
ff02b582e2
Bug 581008 - Remove support for appending arbitrary data to the User Agent string. r=jst,khuey sr=dveditz
2010-08-27 09:02:10 +02:00