History log of /libcore/luni/src/test/java/libcore/java/lang/OldThreadGroupTest.java
Revision Date Author Comments
47818828fa39a80bce7fbe379d396c6231842514 16-Aug-2011 Jesse Wilson <jessewilson@google.com> Don't assume the test thread's group will have children.

Change-Id: I27d13fe10153bfbb124f6259cf0b98ba2c442060
29e0638aca737dd1093dac55216982b5af7d59a7 12-Aug-2011 Jesse Wilson <jessewilson@google.com> Scrub some CTS test failures.

Change-Id: Icc35a44bac6481b549a96d0533770d11aff507da
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
405d740fa49c15eaf07e6eeb5844a90a256f78ef 24-Feb-2011 Elliott Hughes <enh@google.com> Fix a couple of tests that asserted that Thread.stop/resume/suspend are no-ops.

Change-Id: Ief63748368bfb90708491b257c92365a825bdddd
ab56f644a3d1a42658d4ec34650f7b882e29e374 13-Jan-2011 Jesse Wilson <jessewilson@google.com> Fix an old ThreadGroup test to provide debugging help when it fails.

This test has been failing in our continuous build, but it succeeds
when executed standalone. This should make it easier to tell if the
test is just flaky.

Change-Id: Ib610854fa43760a290de71a3dac6e960cefd5dac
2333d6b20eed39cfac75edaf9643aaf543251537 26-Aug-2010 Jesse Wilson <jessewilson@google.com> Reduce duplication of tests in org.apache.harmony.luni.tests.java.lang.

These classes contained tests duplicated in Harmony and libcore. I've
removed the duplicate tests and moved the libcore originals into the
libcore/ test directory.

Also fixing System.getEnv() to return a map that implements equals()
and hashCode(). This was breaking Harmony's ProcessBuilder test.

Change-Id: Iffdb0cc8f2ca3df206c8bc1f89ae16fc4e309f73