Guang Zhu
eda4c46fcb
am 40d87ee4: Removing @Override to fix the build
...
Merge commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23'
* commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23':
Removing @Override to fix the build
2009-06-01 12:38:38 -07:00
Guang Zhu
40d87ee486
Removing @Override to fix the build
2009-06-01 12:22:51 -07:00
Android (Google) Code Review
8c07afd3d8
am 50566b35: Merge change 2816 into donut
...
Merge commit '50566b3554f440d6b84a696875147d8d21682b10'
* commit '50566b3554f440d6b84a696875147d8d21682b10':
Update reliability test code. Use a separate activity with simpler calback mechanism.
2009-06-01 11:39:01 -07:00
Guang Zhu
65455a1a46
Update reliability test code. Use a separate activity with simpler calback mechanism.
2009-06-01 11:36:03 -07:00
Android (Google) Code Review
7c49790cde
am 162c9d0e: Merge change 2805 into donut
...
Merge commit '162c9d0e90eaa71adc8c7d1456d1a9a95e638c47'
* commit '162c9d0e90eaa71adc8c7d1456d1a9a95e638c47':
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
2009-06-01 10:01:08 -07:00
San Mehat
5a3a77dabd
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
...
Signed-off-by: San Mehat <san@google.com>
2009-06-01 09:25:28 -07:00
Guang Zhu
73f60763cb
Fixed SD card access permission issue in manifest
...
On branch b1869634_sdcard_perm
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: tests/DumpRenderTree/AndroidManifest.xml
2009-05-21 14:44:58 -07:00
Guang Zhu
dcdb15dafe
Fixed SD card access permission issue in manifest
2009-05-21 14:27:00 -07:00
Android (Google) Code Review
da8e33a57f
am 1058c63b: Merge change 1909 into donut
...
Merge commit '1058c63b262c838a57301fde59b04c9fa0ee1fdc'
* commit '1058c63b262c838a57301fde59b04c9fa0ee1fdc':
Fixed IndexOutofBoundException, improved how memory information is captured (run GC first)
2009-05-18 23:56:07 -07:00
Guang Zhu
2a197b128a
Fixed IndexOutofBoundException, improved how memory information is captured (run GC first)
2009-05-18 14:37:23 -07:00
Guang Zhu
4010ac35b1
added reliability test usding DumpRenderTree
2009-05-11 20:09:37 -07:00
Android (Google) Code Review
7a98dae9fe
Merge change 1012
...
* changes:
added reliability test usding DumpRenderTree
2009-05-11 20:07:37 -07:00
Feng Qian
89ac33b621
Put three tests in ignore test list.
...
Two are very slow regexp tests, one always causes OOM.
2009-05-05 22:53:42 -07:00
Guang Zhu
1871fe0faa
added reliability test usding DumpRenderTree
2009-05-05 14:13:52 -07:00
Guang Zhu
b933f669e2
Back-merge all changes done in master to DumpRenderTree to donut.
2009-05-05 01:02:14 -07:00
Guang Zhu
309f464807
package run_page_cycler.py into apk and add code for extraction
2009-04-22 10:47:44 -07:00
Guang Zhu
20b4935f2a
modify wait mechanism so that it checks whether activity has already finished or not first
...
squashed commit of the following:
commit e2c2d1c09475ce2e319b935fb5627c82a7693a9b
Author: Guang Zhu <guangzhu@google.com>
Date: Mon Apr 20 13:33:08 2009 -0700
modify wait mechanism so that it checks whether activity has already finished or not first
This reverts commit deb6e8792dd563916724bbc127a6fe16ffe81647.
commit deb6e8792dd563916724bbc127a6fe16ffe81647
Author: Guang Zhu <guangzhu@google.com>
Date: Mon Apr 20 10:58:52 2009 -0700
changed callback mechanism in TestShellActivity to use condition
2009-04-20 16:47:37 -07:00
Android (Google) Code Review
15ce2abd2d
Merge changes 222,223,227
...
* changes:
update onCreate method to work around InstrumentationTestRunner limitation.
Removing unused StreamPipe class, also stripping some white spaces
* Update the way that run_page_cycler.py detectes instrumentation failures. * Use Debug.getMemoryInfo to collect memory information in LoadTestAutoTest.
2009-04-16 11:12:33 -07:00
Feng Qian
be42388bdb
Fix a null pointer exception in DumpRenderTree (issue 1792567)
...
The first test causes NullPointerException in DumpRenderTree because dumpAsText
could return a null string.
2009-04-16 11:04:21 -07:00
Guang Zhu
025950db01
update onCreate method to work around InstrumentationTestRunner limitation.
2009-04-16 10:41:27 -07:00
Guang Zhu
4722251d93
Removing unused StreamPipe class, also stripping some white spaces
2009-04-16 10:25:54 -07:00
Guang Zhu
23a4e88162
* Update the way that run_page_cycler.py detectes instrumentation failures.
...
* Use Debug.getMemoryInfo to collect memory information in LoadTestAutoTest.
2009-04-16 10:21:06 -07:00
Guang Zhu
e6f63b1a15
AI 146246: am: CL 146225 Work around initialization issue with InstrumentationTest Runner. super.onCreate needs to be called as last statement in subclass' onCreate to avoid starting test case too early.
...
Original author: guangzhu
Merged from: //branches/cupcake/...
Automated import of CL 146246
2009-04-14 16:45:47 -07:00
Sridhar Gurivireddy
36fd6d243e
AI 143779: am: CL 143727 Make the test runner and results assets of DumpRendertree. This is done so that we could have
...
1) Lab machines can run layout tests without having build environment setup
2) We could have different set of pass/fail results per branch
Also added a simple python script which runs run_layout_tests.py
Original author: sridharg
Merged from: //branches/cupcake/...
Automated import of CL 143779
2009-03-31 14:47:19 -07:00
Sridhar Gurivireddy
4896cc81dd
AI 143801: am: CL 143779 am: CL 143727 Make the test runner and results assets of DumpRendertree. This is done so that we could have
...
1) Lab machines can run layout tests without having build environment setup
2) We could have different set of pass/fail results per branch
Also added a simple python script which runs run_layout_tests.py
Original author: sridharg
Merged from: //branches/cupcake/...
Original author: android-build
Merged from: //branches/donutburger/...
Automated import of CL 143801
2009-03-31 14:39:23 -07:00
The Android Open Source Project
ba87e3e6c9
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:22 -07:00
The Android Open Source Project
4df2423a94
auto import from //depot/cupcake/@136594
2009-03-05 14:34:35 -08:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
da996f390e
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:50 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
9266c558bf
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:10 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00