History log of /dalvik/unit-tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e6c0ef210ee6c62cf4c63d50c04f451d5fa505f5 15-Jun-2011 Elliott Hughes <enh@google.com> Break a dependency on frameworks/base when building a host VM.

These aren't necessarily good abstractions, but they're no worse than what
we had, and having them factored out is a step in the right direction.

Change-Id: I5b839608317d2ca1ca54d8a38624fb686f2c37de
ndroid.mk
a0f945f21dd38df48946fcea57d798a9692734b8 08-Jun-2011 Elliott Hughes <enh@google.com> Fix gunit test build.

Change-Id: I409e75202cc6af0b0a48b81602f2ac322da7f404
ndroid.mk
vmHumanReadableDescriptor_test.cpp
b08e2b6017770e887f6072c1520b2d7f2ef6916c 07-Jun-2011 Elliott Hughes <enh@google.com> Switch dvmHumanReadableDescriptor over to std::string.

(Prep work before making a change to stack dumps.)

Change-Id: I0af49b920f450fd2611e4b96e717a637483122d6
vmHumanReadableDescriptor_test.cpp
98c3592ce74e1a516e7a2b93b82525c92918b0e4 02-Dec-2010 Elliott Hughes <enh@google.com> Fix dvmHumanReadableDescriptor("B").

dvmHumanReadableDescriptor was failing for primitive scalars in
libdvm_assert.so --- there was an assertion that wasn't true,
because we wouldn't have copied the ';' into the result (in the
other cases, we'd copy the ';' and then overwrite it).

This patch rewrites dvmHumanReadableDescriptor to be a little
less tasteless, removes the asserts, behave better when out of
memory, and to include unit tests (currently only runnable on
the device).

Bug: 3245572
Change-Id: I57b06c774a5bc61c2d374cce6285553c3c5f388b
ndroid.mk
vmHumanReadableDescriptor_test.cpp