| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I9f1f3a5d825fea85115b3331da317eefd3dbe17b
|
|
|
|
|
|
|
|
|
|
| |
Adds options for local debugging:
--verbose: passes '-verbose:jdwp' to the debuggee command-line to
enable JDWP verbose logs.
--test <name>: runs a specific test instead of the whole test
suite.
Change-Id: Ia04dd26c16c0b6733bb1c8a1b15ec585a24872c8
|
|
|
|
|
|
|
| |
It's not needed anymore, as it was a one-off instruction that
needed to be executed by the devices.
Change-Id: I5eadb74aee7a9cc03be71b6e5f53e0cfd8d2352f
|
|
|
|
|
|
| |
It prevents our infra team from knowing if a device is responsive.
Change-Id: Ie62df378e6fd540bcbfa2982a67b40a0dce85cb8
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously it was not clear that passing a single argument to
DocString.text, DocString.append, or DocString.uri would be treated as
a format string. With this change, the 'text', 'append', and 'uri'
methods take literal strings, and the new 'format', 'appendFormat',
and 'formattedUri' methods take format strings.
Bug: 23782192
Change-Id: I9a094575f0831de6659033052305f918c71ac8b7
|
| |
| |
| |
| | |
Change-Id: I51fddf0aecb2c834d42426ce22347d4a2dbed3d8
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit ebb503ac5ac4785dd650a530762f584b12846e79.
Fixed by https://android-review.googlesource.com/168937
Change-Id: I202f5a6c3789cf84ff100f1f5dc8bc2e7ef8be03
|
|/
|
|
| |
Change-Id: Id527f4a07d7cc9cd45e7df47ac89c6e061ab784f
|
|
|
|
|
|
|
| |
ahat is an android-aware heap dump viewer based on perflib with a
simple html interface.
Change-Id: I7c18a7603dbbe735f778a95cd047f4f9ec1705ef
|
|
|
|
| |
Change-Id: If7fa58f9bcb67b90cc2473daa280c3c7d0f0f513
|
|
|
|
| |
Change-Id: Ib562a02b2f96dd5abd580ae751d5d86749144bf3
|
|
|
|
| |
Change-Id: Idf5cf2d4be12a56777039aca3aa1c8563bcb9089
|
|
|
|
|
|
|
|
| |
It can be useful for tests to evaluate small `assert`-like expressions.
This patch adds such support to Checker, with a new CHECK-EVAL line.
See README file for more details.
Change-Id: I184f7c8e8b53f7e93cfb08fcf9630b4724fa5412
|
|
|
|
|
|
|
|
|
|
| |
- The '.cfg' output is now created on target.
- Arch-specific checker tests can be created by inserting a
suffix. For example:
/// CHECK-START-ARM64: int Main.foo(int) register (after)
/// CHECK-DAG: <<Arg:i\d+>> ParameterValue
Change-Id: I55cdb37f8e806c7ffdde6b676c8f44ac30b59051
|
|
|
|
|
|
| |
Vogar wants # between class and method.
Change-Id: I3e4d54e2cc22bac6b73fe611fcbfcbe39095159c
|
|
|
|
|
| |
bug: 22786792
Change-Id: Ib256928e8b8e2aac93e4001426613c5629728919
|
|
|
|
| |
Change-Id: Ib667c7aa24b2753f0963ed6b1f9f4227a9e586f4
|
|
|
|
| |
Change-Id: Iea1a5b59582d2d12aba8ca5eb5eab3db3cc9dd59
|
|
|
|
|
|
| |
Optimizing is now the default for apps.
Change-Id: I15617b881ac7a5a6fe7a281bfa61446bc60ef65d
|
|
|
|
|
|
|
|
|
|
|
| |
Allow a list of files to pull. This improves turnaround time when
tracking down perf hotspots.
Bug: 21760614
(cherry picked from commit 6f0a9c305b3e51b852fa9f188590076d6612864e)
Change-Id: I824e875053940d59eb00f9d796ef402632905c39
|
|
|
|
|
| |
bug: 22258911
Change-Id: Iba57eb8660e0f46e2b152ca05f49f64a233e0f44
|
|
|
|
|
|
|
|
| |
Now we store oat files not only in /data/dalvik-cache, but also in
other places. This patch tries to pull all oat files from device
/data folder.
Change-Id: Icf81cf28c29da2e248e4fbd84f5920f46ddc4cd6
|
|
|
|
|
| |
bug:22106064
Change-Id: I54b7d38162bebdd1338d498f4f89734ffe28c563
|
|\ |
|
| |
| |
| |
| |
| |
| | |
The move to using dlopen requires it on the host.
Change-Id: I593818eac4e7c9ea15adbb86c5204e51f776cae4
|
|/
|
|
| |
Change-Id: I2925e4172bee2751788e779b87e7f1165b8c81fc
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 0b58603bc02c0922a1ec2d2cda8de9dbb3128294.
Change-Id: I80ec8f7c41907cd8716d1d73f25818fbb096daa6
|
|\| |
|
| |
| |
| |
| | |
Change-Id: I23911d17c4d71504b3ff9293325af533097ba49d
|
|/
|
|
|
|
|
| |
libcore.java.lang.SystemTest#testArrayCopyConcurrentModification
is slow on device.
Change-Id: I21e6533b2a3199e9e85d17b059065a6289553f8b
|
|
|
|
|
| |
bug:21746693
Change-Id: I1ae9690d393cf1bae10cb06ff1c6754ab2a50595
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Also make run-libcore-tests.sh a bit smarter by knowing
some of the arguments it needs to pass to vogar.
bug:21746693
Change-Id: Ib92b5f96ba8f15ff1de5fb387e67b3d14ce233c9
|
| |
| |
| |
| | |
Change-Id: Ieaecd430b096f91cc41af6354ee82176fe60a037
|
| |
| |
| |
| |
| |
| |
| |
| | |
Unfortunately still seeing failures due to localhost uses.
This reverts commit a04ece3175403413a213cd54900860857e780879.
Change-Id: I9572e53bc1ef405060359f0eeaa1f726299349b3
|
| |
| |
| |
| |
| |
| | |
It's built in the make command
Change-Id: I702d54c38dd4492e19688d3949c1e610865d9260
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Otherwise, it's difficult to know when they start to fail
Test packages added:
com.android.org.conscrypt
libcore.java.security
libcore.javax.net
Bug: 21722374
Change-Id: Ifc641d06a9a0e6ba23fbcb11f49025b8213351fe
|
| |
| |
| |
| |
| |
| |
| | |
Otherwise the build system would not build the 32bit version
for ART 32 bit.
Change-Id: Ie2b48bb94d4fc9ce1a9590c1e8bacd382db16d8c
|
| |
| |
| |
| |
| |
| | |
Needed for runing dalvik.system tests.
Change-Id: I6bd08b436bd560bff946586802028ab386bc6ec8
|
| |
| |
| |
| | |
Change-Id: I64c5dfb7fbb0c337befb57e2d7bebc14b022cf85
|
| |
| |
| |
| |
| |
| | |
This reverts commit 7904aba5f8ab73c12e83f8e786556c0c77306810.
Change-Id: I06d81bbe415999933cc73d8431a1ceb72bbdc132
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Otherwise, it's difficult to know when they start to fail
Test packages added:
com.android.org.conscrypt
libcore.java.security
libcore.javax.net
Bug: 21722374
Change-Id: I45e91239c5f8633943c515cc39978e4ee652ec3c
|
|
|
|
|
|
|
|
| |
Unfortunately too many "localhost" netd failures.
This reverts commit 10ec4f937e351bc21c0eebada30c6df3f8570406.
Change-Id: Ibe28977e1e9f207f00a24f4c3167d08aa36cce5f
|
|
|
|
|
|
|
| |
Otherwise, it's difficult to know when they start to fail
Bug: 21722374
Change-Id: I599e62ebafc28cf0dd60104c156f09ada8868bdc
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes return type of StackedShadowFrameRecord::GetType
- Makes StackedShadowFrameType an enum class (scoped enum)
- Moves DeoptimizationReturnValueRecord and StackedShadowFrameRecord
to thread.cc file and use forward declaration in thread.h header
- Fixes tools/generate-operator-out.py for scoped enum classes.
Bug: 20845490
Change-Id: I6b67e288b1db563699161e58ec2e2330d42dd8f5
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Enable jsr166 tests in run-libcore-tests.sh .
Change-Id: I6a6fff9c3656d1d239d4add62d217224583c693d
|
| |
| |
| |
| | |
Change-Id: I853bb5758005f9f7c4940f815c3d72a1d48acd21
|