History log of /libcore/support/src/test/java/tests/support/Support_Exec.java
Revision Date Author Comments
3304f92fa7f021516be2023b948d7c01e8d57de9 15-Oct-2011 Brian Carlstrom <bdc@google.com> Set ANDROID_DATA for DalvikExecTest

Also increase timeout to allow for dexopt of BOOTCLASSPATH

Bug: 5310023
git cherry-pick 513ac78ca8aaeb61fa06928ca10aeff34a7b4683

Change-Id: Iab7ebc14fb0569d88c710f0e85344faad2d51228
513ac78ca8aaeb61fa06928ca10aeff34a7b4683 15-Oct-2011 Brian Carlstrom <bdc@google.com> Set ANDROID_DATA for DalvikExecTest

Also increase timeout to allow for dexopt of BOOTCLASSPATH

Bug: 5310023
Change-Id: Icaa81a3bb3cea10c610e6ad671a001f6dbfeda17
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
1805727c24b2b80161fef93c4b7742cf2322bdea 27-Oct-2009 Elliott Hughes <enh@google.com> Implement ProcessBuilder.redirectErrorStream.

Also simplify and correct the security to ensure that the user can't modify
the command to be executed after the SecurityManager has approved it.

Bug: 2180063
9c048fb7738ee3ac3677ba2170e360de8d70dcab 10-Oct-2009 Jesse Wilson <jessewilson@google.com> Adding a timeout for standard out as well as standard error.
1f4eba15dc9e4086ce7e2a4fc7cac83fe6bbc03d 10-Oct-2009 Jesse Wilson <jessewilson@google.com> Rewrite Support_Exec to support timeouts on waiting processes.

Also rewriting SupportExec to use ProcessBuilder rather
than Runtime.exec(). Changed callers to use the ProcessBuilder
directly rather than calling-through chained methods.
b4b2e075279e3b06e2f08538122687332b98dc1f 28-Mar-2009 Jorg Pleumann <> AI 143233: am: CL 143070 Two small fixes for the support module. The
classloader factory didn't work, since the
innerhalb classes had to be static. Plus
we don't want to see System.out stuff in the
tests.
Original author: jorgp
Merged from: //branches/cupcake/...

Automated import of CL 143233
b06fe167dee9639eb8a1ba82ccc10c8f296b36c1 28-Mar-2009 Jorg Pleumann <> AI 143383: am: CL 143233 am: CL 143070 Two small fixes for the support module. The
classloader factory didn't work, since the
innerhalb classes had to be static. Plus
we don't want to see System.out stuff in the
tests.
Original author: jorgp
Merged from: //branches/cupcake/...
Original author: android-build
Merged from: //branches/donutburger/...

Automated import of CL 143383
ab9bdb0e83663493b6518c0067873abef42f90ad 27-Mar-2009 Jorg Pleumann <> AI 143070: Two small fixes for the support module. The
classloader factory didn't work, since the
innerhalb classes had to be static. Plus
we don't want to see System.out stuff in the
tests.
BUG=1285921

Automated import of CL 143070
adc854b798c1cfe3bfd4c27d68d5cee38ca617da 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
1c0fed63c71ddb230f3b304aac12caffbedf2f21 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
b7926325a1c1a370c84c81db80372f59af240a53 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
a0881d052ee72e3f7e773374e9b1aa75fbd6be4c 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
fdb2704414a9ed92394ada0d1395e4db86889465 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution