History log of /art/test/051-thread/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94d6df471a406a03bb1afba8ca3ae9c0fbf366b5 27-Nov-2012 jeffhao <jeffhao@google.com> Fixes to make all run-tests except 051-thread work.

- Moved exception delivery into common method DeliverException
- Renamed old DeliverException to QuickDeliverException since it is only
used by quick
- Fixed null checks for arrays returned by GetReference
- Standardized ArrayStoreException error message
- Added additional sleeps to ensure threads stay alive long enough in
051-thread, and that <clinit> is complete for 084-class-init

Change-Id: I9ca306896a4bd10f453150fcf3965d9750fa0cbd
rc/Main.java
2faa5f1271587cda765f26bcf2951065300a01ff 30-Jan-2012 Elliott Hughes <enh@google.com> Fix copyright headers.

Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
rc/Main.java
3b3e118262c4717ef367e73445442e640f4093d8 06-Oct-2011 Elliott Hughes <enh@google.com> Fix the thread test to not be racy.

We shouldn't assume we know what order threads will be started in.
Running a debug build, it sometimes takes > 1ms to start the next
thread.

Change-Id: Icb7792f83809ad414cfcdf0828cdc198698deaf1
xpected.txt
rc/Main.java
7502e2a419f84808518cf212b3d7145c7b959c76 02-Oct-2011 Elliott Hughes <enh@google.com> Fix the 051-thread test.

This changes Thread::Create to clean up the requested stack size before
passing it to pthread_attr_setstacksize.

I modified the test to work around the inherent raciness in the test, which
currently causes us trouble because with all the debug logging, the thread
that initializes System.out takes longer than 1ms, so the first 40 or so
threads all get woken in non-numeric order.

Change-Id: I8047bf00330aaf4210dcb53a4437b1fe0562179e
xpected.txt
rc/Main.java
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8
xpected.txt
nfo.txt
rc/Main.java