History log of /libcore/luni/src/test/java/libcore/java/lang/OldAndroidMonitorTest.java
Revision Date Author Comments
49965c1dc9da104344f4893a05e45795a5740d20 30-Jun-2016 Ganesh Mahendran <opensource.ganesh@gmail.com> remove x attribute of java file

java file does not need x attribute. This patch removes it.

Change-Id: I2a7170d99f4bee7a7b819621c84dd197ded37fa2
Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
9ec2565efafc8aa11b118e011a7492d75eb6f28b 15-Jul-2015 Narayan Kamath <narayan@google.com> Rewrite testInterruptTest.

The test was previous much more complicated than it needed to be
(and flaky too).

bug: https://code.google.com/p/android/issues/detail?id=179747
Change-Id: I8b697305e2e1fd62272e27e6ccd76d675dee775f
e6637b93e24a31e1ba64254582213ebcd3e25c69 15-Jul-2015 Narayan Kamath <narayan@google.com> Delete some unused cruft from OldAndroidMonitorTest.

A private inner class that was never used and a test method that
made no assertions and could have thrown no useful exceptions.

Change-Id: I9318619f3a494b78efa24cdba3cadb7c4d091380
3676560710c0fde0da43e763965b263d56dacbee 23-Dec-2014 Junjie Hu <junjie.hu@mediatek.com> Fix thread correctness issue in OldAndroidMonitorTest.

The waiter thread was looping on a non-volatile variable and
therefore not guaranteed to observe any reads or writes to that
variable.

Signed-off-by: Junjie Hu <junjie.hu@mediatek.com>

Change-Id: I6e52e456636774c492690179b9d84a250aec2637
990640f1775dc6f429a5f8b9fc6cab6b4220c03a 15-Dec-2010 Jesse Wilson <jessewilson@google.com> Move 41 tests to libcore, closer to the tested code.

Change-Id: I0ecaacd0e68b8319806555f71ddf347f01b17be9
http://b/3073226