0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
am b8beb5f: vm: Replace a reference to TARGET_BUILD_TYPE with DEBUG_DALV More... over 16 years ago
am 4c99ba4: Merge change 374 into donut More... over 16 years ago
Reactivating tests disabled because of ClassLoader loop More... over 16 years ago
The Android.mk file in libcore was writing a test file outside of the Android build directory and was not getting cleaned up after the build. More... over 16 years ago
am 14da4cc: AI 147896: Some more fixes for tests that failed in More... over 16 years ago
am 210c512: AI 147726: Getting rid of tests.luni.AllTests and More... over 16 years ago
am ef71222: AI 147838: A couple of fixes for making the More... over 16 years ago
am 4645b7c: AI 147732: fix broken links More... over 16 years ago
am 119c75d: AI 147660: Fixes for tests in the security module. More... over 16 years ago
am 3fb3946: AI 147687: Several fixes for failing tests in the cts host. More... over 16 years ago
am 7cc0301: AI 147723: This should have been deleted a while ago, since More... over 16 years ago
am 2b828ef: AI 147464: Some small bugfixes for the core tests. More... over 16 years ago
AI 147896: Some more fixes for tests that failed in the CTS, but worked fine in run-core-tests: - One cert test needs isolation, because it destroys the security provider. - The Thread.sleep() tests were too flaky. - Tests that tried to open a temporary DEX file failed in the CTS because we do not have access to the system DEX cache. We are now simply creating our own. The Java plan in the CTS should now pass fully. Yippie! BUG=1285921 More... over 16 years ago
Fix an infinite loop in ClassLoader.isAncestorOf() More... over 16 years ago
Added two new Dalvik documents. More... over 16 years ago
Added two new Dalvik documents. More... over 16 years ago
AI 147838: A couple of fixes for making the core tests work better in the CTS environment. Some tests had to be marked broken either because they either expose different behavior than in run-core-tests or they take too much time (beyond the CTS' timeout). BUG=1285921 More... over 16 years ago
Fix for excessive GREF use in gethostbyaddr. More... over 16 years ago
Updated the "weird stuff you might see" section. More... over 16 years ago
Merge commit 'korg/donut' More... over 16 years ago
AI 147732: fix broken links BUG=1810005 More... over 16 years ago
AI 147726: Getting rid of tests.luni.AllTests and corresponding CTS packages. The test suite contains mostly duplicate tests. Two tests would be better placed in the StrictMath test suite. Don't know where to put the ThreadsTest, which seems to actually test the com.sun.Unsafe class, so it stays orphaned for now. BUG=1285921 More... over 16 years ago
AI 147723: This should have been deleted a while ago, since it's a dupe class. BUG=1285921 More... over 16 years ago
AI 147687: Several fixes for failing tests in the cts host. also tests that timeout are now marked with BrokenTest to exclude them for the time being until we have a way to execute them. BUG=1285921 More... over 16 years ago
AI 147660: Fixes for tests in the security module. Some tests are still failing in the cts host environment. This CL fixes most of them in the security module BUG=1285921 More... over 16 years ago
vm: Replace a reference to TARGET_BUILD_TYPE with DEBUG_DALVIK_VM More... over 16 years ago
Merge change 374 into donut More... over 16 years ago
AI 147464: Some small bugfixes for the core tests. Some need to be marked broken, because they take too long (or even forever) due to implementation problems. Some need to take into account differences between the CTS environment and the Dalvik VM, so they succeed in both cases. BUG=1285921 More... over 16 years ago
Merge donut into master More... over 16 years ago
merge cupcake into donut More... over 16 years ago