Commit Graph

53 Commits

Author SHA1 Message Date
Matt Brubeck
c474d288db Back out bug 718760, bug 725052, bug 732069 because of broken Android build 2012-03-12 10:37:22 -07:00
Wes Johnston
0dc8b61654 Bug 725052 - Tests for inserting passwords. r=rnewman 2012-03-12 10:09:09 -07:00
Wes Johnston
e035bf0bf6 Bug 718760 - Tests for java crypto. r=gbrown 2012-03-12 10:06:10 -07:00
Wes Johnston
797ae79851 Bug 725881 - Tests for form history and passwords providers. r=gbrown 2012-03-08 10:25:44 -08:00
Wes Johnston
eddf07cdb6 backout a965cebe4462 32220d7085e0 3689bb4199d8 d0c82cb6eb28 b295c8825acd and 95ab5c738512 2012-03-08 12:32:01 -08:00
Wes Johnston
e2aba562a7 Bug 725881 - Tests for form history and passwords providers. r=gbrown 2012-03-08 10:25:44 -08:00
Brian Nicholson
d4b7ee6388 Backout 7a86dc056fe5 for test failures 2012-03-07 16:53:55 -08:00
Brian Nicholson
062fa9dbd6 Bug 726018 - Thumbnails test case. r=gbrown 2012-03-07 13:58:31 -08:00
Joel Maher
aa656b2fde Bug 731637 - robocop on tegras hit OOM for PixelTest due to getPaintedSurface() array creation. r=kats 2012-03-06 15:08:45 -05:00
Margaret Leibovic
5259d724bf Bug 730129 - Intermittent testBookmark | bookmarks list has 5 children (a header and 4 folders) - got 0, expected 5. r=gbrown 2012-02-24 10:54:17 -08:00
Margaret Leibovic
0e7d9e2367 Bug 725483 - Fix up testBookmark to work with the new bookmark UI. r=gbrown 2012-02-23 10:48:48 -08:00
Brian Nicholson
9c5863240f Bug 725609 - Bookmarklet test. r=mfinkle,gbrown 2012-02-22 18:26:04 -08:00
Brian Nicholson
05441dd2ba Bug 725609 - Add timeout tasks to test framework. r=jmaher 2012-02-22 18:26:04 -08:00
Mark Finkle
efe7e6b007 Bug 728782 - Add support for Bookmark Link context menu r=wesj r=gbrown 2012-02-22 00:11:50 -05:00
Mark Finkle
de6c422c44 Bug 726399 - Robotium: Add simple test for 'Open Link' context menu r=gbrown 2012-02-16 14:32:33 -05:00
Mark Finkle
3e353a996a Backout eb9c17efd1e4, wrong patch 2012-02-16 14:21:52 -05:00
Mark Finkle
0051759203 Bug 727730 - Add support for Share Link context menu r=mbrubeck 2012-02-16 14:07:12 -05:00
Mark Finkle
a70ef92093 Bug 726399 - Robotium: Add simple test for 'Open Link' context menu r=gbrown 2012-02-16 14:06:58 -05:00
Kartikaya Gupta
a302e44a75 Bug 706891 followup - disable test until it can be updated. r=philor 2012-02-14 22:56:38 -05:00
Mark Finkle
15bafeb977 Bug 725910 - Robotium: Add simple about: page tests r=gbrown 2012-02-12 00:52:59 -05:00
Kartikaya Gupta
f21612e4e3 Bug 725911 - Add more logging to help diagnose random orange in robocop tests. r=jmaher 2012-02-10 11:25:28 -05:00
Mark Finkle
cb43505d4e Bug 725787 - Robotium: loadUrl should be callable more than one time r=gbrown 2012-02-10 09:44:06 -05:00
Chris Lord
177e9b70c4 Bug 725255 - Improve checkerboarding telemetry. r=jmaher
Change robotium to report on the average 'completeness' of rendered frames,
instead of the amount of frames with checkerboarding. Also change testCheck to
pan in a more humanly-possible way, and to change direction, which gives us
more useful numbers.
2012-02-09 11:37:17 +00:00
Joel Maher
d3ed251dfe Bug 725055 - fix typo in testCheck and port to use new PixelTest. r=kats 2012-02-08 09:32:44 -05:00
Geoff Brown
03bb4b41ae Bug 720930 - Robocop: create bookmark in testBookmark if none exists; r=jmaher 2012-02-07 14:12:23 -05:00
Kartikaya Gupta
4d13691e3a Bug 724949 - Add a test for axis locking. r=jmaher 2012-02-07 14:11:06 -05:00
Kartikaya Gupta
3e83ef3e29 Bug 724949 - Add test for overscroll recovery. r=jmaher 2012-02-07 14:11:03 -05:00
Kartikaya Gupta
d07a899f3d Bug 724949 - Add a fling correctness test. r=jmaher 2012-02-07 14:11:00 -05:00
Kartikaya Gupta
86ebca2400 Bug 724949 - Extract a PixelTest class to reuse common pixel-checking operations. r=jmaher 2012-02-07 14:10:58 -05:00
Kartikaya Gupta
be4382d051 Bug 724948 - Remove a pixel check that fails on some devices with larger screen sizes. r=jmaher 2012-02-07 13:11:35 -05:00
Kartikaya Gupta
5b68236bcc Bug 720538 - Add a regression test. r=jmaher 2012-02-02 16:09:10 -05:00
Kartikaya Gupta
e24dc9d2e7 Bug 723619 - Update testLoad to avoid a race condition where paint finishes before we start listening. r=jmaher 2012-02-02 16:07:00 -05:00
Joel Maher
fd2d75e1b8 Bug 717057 - [hotfix] allow robotium testPan to run in talos. r=mbrubeck 2012-02-02 10:47:17 -05:00
Joel Maher
3c8ca91d37 Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown 2012-02-02 10:09:26 -05:00
Geoff Brown
dd9399798b Bug 720930 - Robocop: update testBookmark to allow for zero bookmarks; r=jmaher 2012-02-02 10:09:24 -05:00
Chris Lord
4b43baa049 Bug 717349 - Add a checkerboarding test to Robotium. r=jmaher
Copy testPan, but make it record checkerboarded frames instead of dropped
frames.

--HG--
rename : mobile/android/base/tests/testPan.java.in => mobile/android/base/tests/testCheck.java.in
2012-02-02 09:03:37 +00:00
Kartikaya Gupta
d1d8f56bf0 Bug 720144 - Add a new panning correctness test. r=jmaher 2012-02-01 12:19:46 -05:00
Kartikaya Gupta
591a8d6a69 Bug 720144 - Add a simple pixel test to testLoad to ensure the page loaded and was visible. r=jmaher 2012-01-30 22:46:34 -05:00
Geoff Brown
6a45f459c0 Bug 718829 - Robocop: make testNewtab more reliable; r=jmaher 2012-01-24 09:46:36 -05:00
Kartikaya Gupta
aea019d96f Bug 719954 - Bracket the clicking on list items with the event expecter to avoid a race condition. r=gbrown 2012-01-21 12:48:26 -05:00
Kartikaya Gupta
266ec2aad8 Bug 719954 - Change testBookmark to actually load a bookmark instead of a history item. r=gbrown,jmaher 2012-01-21 12:47:48 -05:00
Geoff Brown
1995125191 Bug 716937 - Robocop: make testBookmark more reliable; r=jmaher 2012-01-18 13:44:47 -05:00
Kartikaya Gupta
3e5c0ae97c Bug 716937 - Make the testBookmark test actually pass. r=jmaher
Previously it would type in a URL and then attempt to verify it
as something else. Fix so that it doesn't try to verify a wrong
URL.
2012-01-10 14:15:18 -05:00
Joel Maher
bf6761d74e Bug 715309 - robocop needs to have a more uniform log format. r=gbrown 2012-01-07 18:41:08 -05:00
Ed Morley
71e7d54a52 Backout 8ec01f6f316f (bug 705175), a1dc0efef542 (bug 716077), b5686f25b258 (bug 710445), 32f8d3be2ad1 (bug 715309) for mochitest/reftest failures on Android & Windows 2012-01-07 14:57:58 +00:00
Joel Maher
003af6373f Bug 715309 - robocop needs to have a more uniform log format. r=gbrown 2012-01-07 08:25:05 -05:00
Kartikaya Gupta
20a095db65 Bug 715369 - Work around Solo.getCurrentActivity() possibly returning the wrong object. r=jmaher 2012-01-05 21:36:17 -05:00
Kartikaya Gupta
4a223fd44d Bug 715444 - Handle races where the event being listened for comes before the listener is registered. r=jmaher 2012-01-05 21:36:17 -05:00
Kartikaya Gupta
d2f4ccc15c Bug 715443 - [2/2] More robotium cleanup. r=jmaher
- Extract utility functions into BaseTest so that there's a bunch of duplicated code everywhere
- Use long instead of Long in testPan to avoid object creation
2012-01-05 10:20:22 -05:00
Kartikaya Gupta
04aa4f1aef Bug 715443 - [1/2] Robotium cleanup. r=jmaher
- Extract a common BaseTest class to hold the duplicated setup/tearDown stuff
- Convert 2-space indent to 4-space indent in keeping with rest of android code
- Prefix class member variables with 'm'
- Convert tabs to spaces, remove trailing whitespace
- Remove unused imports
- Use generics to reduce unchecked warnings
2012-01-05 10:20:22 -05:00