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
Tammo Spalink
e564b19ed2
replaced integer * and % with shift operations, for performance
2009-04-16 14:48:19 +08:00
Guang Zhu
17b8ca48ab
Merge branch 'readonly-p4-donut' into donut
2009-04-14 16:47:03 -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
Guang Zhu
7fc3cd6aeb
AI 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.
...
Automated import of CL 146225
2009-04-14 15:49:35 -07:00
Yu Shan Emily Lau
810ec50a1e
AI 146179: am: CL 145971 am: CL 145757 Suppress the flaky tests
...
Original author: yslau
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146179
2009-04-14 14:32:03 -07:00
Dan Bornstein
5a0e535782
AI 146178: am: CL 145970 am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
...
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146178
2009-04-14 12:41:05 -07:00
Brett Chabot
23d1b4b21c
AI 146177: am: CL 145969 am: CL 145735 Suppress the flaky DatabaseLockTest
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 146177
2009-04-14 12:38:22 -07:00
Tammo Spalink
83917db040
Initial code for cdma sms encode and decode, in java, with simple tests.
...
(direct cherry-pick of master 42/42/8)
2009-04-14 10:01:23 +08:00
Yu Shan Emily Lau
f78013cd5f
AI 145971: am: CL 145757 Suppress the flaky tests
...
Original author: yslau
Merged from: //branches/cupcake/...
Automated import of CL 145971
2009-04-13 17:47:37 -07:00
Dan Bornstein
6d20e257a7
AI 145970: am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
...
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Automated import of CL 145970
2009-04-13 17:44:49 -07:00
Yu Shan Emily Lau
bf91524120
AI 145971: am: CL 145757 Suppress the flaky tests
...
Original author: yslau
Merged from: //branches/cupcake/...
Automated import of CL 145971
2009-04-13 16:08:09 -07:00
Dan Bornstein
43ed2b3ac4
AI 145970: am: CL 145743 Excise the "de" locale out of testResourceBundles(), leaving a
...
TODO and long comment about the situation.
Original author: danfuzz
Merged from: //branches/cupcake/...
Automated import of CL 145970
2009-04-13 16:05:22 -07:00
Brett Chabot
5f75015fef
AI 145969: am: CL 145735 Suppress the flaky DatabaseLockTest
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 145969
2009-04-13 16:01:56 -07:00
Yu Shan Emily Lau
0b57d6cdb5
AI 145757: Suppress the flaky tests
...
BUG=174601,1569749
Automated import of CL 145757
2009-04-10 15:28:26 -07:00
Dan Bornstein
960fe37a6a
AI 145743: Excise the "de" locale out of testResourceBundles(), leaving a
...
TODO and long comment about the situation.
BUG=1746810
Automated import of CL 145743
2009-04-10 14:55:08 -07:00
Brett Chabot
732bde73f9
AI 145735: Suppress the flaky DatabaseLockTest
...
BUG=1777453
Automated import of CL 145735
2009-04-10 14:13:32 -07:00
Wink Saville
04e71b3db8
AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.
...
Automated import of CL 144245
2009-04-02 11:00:54 -07:00
Wink Saville
767a662ecd
AI 144185: Integrate cdma into the main code base.
...
Automated import of CL 144185
2009-04-02 01:37:02 -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
Sridhar Gurivireddy
41ac221de7
AI 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
Automated import of CL 143727
2009-03-31 10:57:18 -07:00
Joe Onorato
32f114b3c7
AI 143279: am: CL 142828 am: CL 142827 Fix a typo that made the blink rate of the LED incorrect.
...
(and add a test that helped me debug it)
Original author: joeo
Merged from: //branches/cupcake/...
Original author: android-build
Merged from: //branches/donutburger/...
Automated import of CL 143279
2009-03-27 16:54:49 -07:00
Joe Onorato
3b1812042d
Automated import from //branches/donutburger/...@142828,142828
2009-03-25 18:22:18 -07:00
Joe Onorato
1ee5792d0d
Automated import from //branches/cupcake/...@142827,142827
2009-03-25 18:19:11 -07:00
Daisuke Miyakawa
c9a8e0ba6c
Automated import from //branches/master/...@142673,142673
2009-03-25 15:23:27 -07:00
Daisuke Miyakawa
52fc2180fa
Automated import from //branches/donutburger/...@142509,142509
2009-03-24 22:52:27 -07:00
Fred Quintana
603073430b
Automated import from //branches/master/...@142414,142414
2009-03-24 22:48:12 -07:00
Daisuke Miyakawa
c76f908ea8
Automated import from //branches/cupcake/...@142508,142508
2009-03-24 22:31:34 -07:00
Joe Onorato
e68ffcb576
Automated import from //branches/donutburger/...@140997,140997
2009-03-24 19:11:13 -07:00
Joe Onorato
36197e77c3
Automated import from //branches/master/...@141000,141000
2009-03-24 19:10:48 -07:00
The Android Open Source Project
c2ad241504
auto import from //branches/cupcake_rel/...@141571
2009-03-19 23:08:54 -07:00
The Android Open Source Project
105925376f
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:46 -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
c39a6e0c51
auto import from //branches/cupcake/...@137873
2009-03-11 12:11:56 -07:00
The Android Open Source Project
b2a3dd88a5
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:12 -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
076357b856
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
3dec7d563a
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
15ab3eae2e
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:31 -08:00
The Android Open Source Project
3001a03543
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:31 -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
f1e484acb5
auto import from //branches/cupcake/...@127436
2009-01-22 00:13:42 -08:00
The Android Open Source Project
22f7dfd234
auto import from //branches/cupcake/...@127101
2009-01-20 14:03:58 -08:00