summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Be very patient with the emulator.Nicolas Geoffray2015-09-111-4/+16
| | | | Change-Id: I9f1f3a5d825fea85115b3331da317eefd3dbe17b
* Add extra options to tools/run-jdwp-tests.shSebastien Hertz2015-09-101-1/+21
| | | | | | | | | | 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
* Remove framework start from script.Nicolas Geoffray2015-09-071-3/+0
| | | | | | | It's not needed anymore, as it was a one-off instruction that needed to be executed by the devices. Change-Id: I5eadb74aee7a9cc03be71b6e5f53e0cfd8d2352f
* Don't stop framework when testing.Nicolas Geoffray2015-09-071-2/+2
| | | | | | It prevents our infra team from knowing if a device is responsive. Change-Id: Ie62df378e6fd540bcbfa2982a67b40a0dce85cb8
* Merge "Make format args explicit in DocString."Richard Uhler2015-09-039-28/+49
|\
| * Make format args explicit in DocString.Richard Uhler2015-09-039-28/+49
| | | | | | | | | | | | | | | | | | | | | | 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
* | Use the 64-bit linker for target mips64r6 in buildbot-build.sh.Roland Levillain2015-09-021-3/+3
| | | | | | | | Change-Id: I51fddf0aecb2c834d42426ce22347d4a2dbed3d8
* | Revert "More cyrpto failures..."Kenny Root2015-09-011-22/+1
| | | | | | | | | | | | | | | | This reverts commit ebb503ac5ac4785dd650a530762f584b12846e79. Fixed by https://android-review.googlesource.com/168937 Change-Id: I202f5a6c3789cf84ff100f1f5dc8bc2e7ef8be03
* | More cyrpto failures...Nicolas Geoffray2015-08-291-1/+22
|/ | | | Change-Id: Id527f4a07d7cc9cd45e7df47ac89c6e061ab784f
* ahat - An android heap dump viewer. Initial checkin.Richard Uhler2015-08-2532-0/+3036
| | | | | | | ahat is an android-aware heap dump viewer based on perflib with a simple html interface. Change-Id: I7c18a7603dbbe735f778a95cd047f4f9ec1705ef
* Stop framework on buildbot devices to avoid lowmemorykiller.Nicolas Geoffray2015-08-211-0/+3
| | | | Change-Id: If7fa58f9bcb67b90cc2473daa280c3c7d0f0f513
* Add a `--showcommands` option to ART's buildbot-build.sh.Roland Levillain2015-08-201-1/+5
| | | | Change-Id: Ib562a02b2f96dd5abd580ae751d5d86749144bf3
* Fix formatting comment in CheckerDavid Brazdil2015-08-201-3/+2
| | | | Change-Id: Idf5cf2d4be12a56777039aca3aa1c8563bcb9089
* ART: Expression evaluation in CheckerDavid Brazdil2015-08-208-96/+244
| | | | | | | | 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
* Introduce arch-specific checker tests.Alexandre Rames2015-08-0610-33/+127
| | | | | | | | | | - 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
* Update expectation.Nicolas Geoffray2015-08-041-2/+2
| | | | | | Vogar wants # between class and method. Change-Id: I3e4d54e2cc22bac6b73fe611fcbfcbe39095159c
* Temporarily suppress TimeZoneTest.testAllDisplayNames.Narayan Kamath2015-07-281-0/+7
| | | | | bug: 22786792 Change-Id: Ib256928e8b8e2aac93e4001426613c5629728919
* When a Checker assertion cannot be parsed, display it.Roland Levillain2015-07-222-2/+2
| | | | Change-Id: Ib667c7aa24b2753f0963ed6b1f9f4227a9e586f4
* Disable test while investigating.Nicolas Geoffray2015-07-161-0/+6
| | | | Change-Id: Iea1a5b59582d2d12aba8ca5eb5eab3db3cc9dd59
* Remove the --compiler-backend option from script.Nicolas Geoffray2015-07-131-2/+1
| | | | | | Optimizing is now the default for apps. Change-Id: I15617b881ac7a5a6fe7a281bfa61446bc60ef65d
* ART: Improve the symbolize scriptAndreas Gampe2015-07-091-1/+13
| | | | | | | | | | | 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
* Supress OsTest#test_xattr on the bots.Narayan Kamath2015-07-061-0/+7
| | | | | bug: 22258911 Change-Id: Iba57eb8660e0f46e2b152ca05f49f64a233e0f44
* ART: Symbolize all oat files in /data folder.Zheng Xu2015-06-301-19/+12
| | | | | | | | 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
* List test as flaky.Nicolas Geoffray2015-06-261-0/+6
| | | | | bug:22106064 Change-Id: I54b7d38162bebdd1338d498f4f89734ffe28c563
* Merge "Pass LD_USE_LOAD_BIAS to the art script."Nicolas Geoffray2015-06-251-0/+1
|\
| * Pass LD_USE_LOAD_BIAS to the art script.Nicolas Geoffray2015-06-251-0/+1
| | | | | | | | | | | | The move to using dlopen requires it on the host. Change-Id: I593818eac4e7c9ea15adbb86c5204e51f776cae4
* | Disable test for all runs.Nicolas Geoffray2015-06-251-2/+1
|/ | | | Change-Id: I2925e4172bee2751788e779b87e7f1165b8c81fc
* Merge "Revert "Use -Xno-dex-file-fallback for libcore tests.""Calin Juravle2015-06-241-2/+0
|\
| * Revert "Use -Xno-dex-file-fallback for libcore tests."Calin Juravle2015-06-241-2/+0
| | | | | | | | | | | | This reverts commit 0b58603bc02c0922a1ec2d2cda8de9dbb3128294. Change-Id: I80ec8f7c41907cd8716d1d73f25818fbb096daa6
* | Merge "Use -Xno-dex-file-fallback for libcore tests."Calin Juravle2015-06-241-0/+2
|\|
| * Use -Xno-dex-file-fallback for libcore tests.Calin Juravle2015-06-231-0/+2
| | | | | | | | Change-Id: I23911d17c4d71504b3ff9293325af533097ba49d
* | libcore tests: increase the timeout in debug mode.Nicolas Geoffray2015-06-231-1/+1
|/ | | | | | | libcore.java.lang.SystemTest#testArrayCopyConcurrentModification is slow on device. Change-Id: I21e6533b2a3199e9e85d17b059065a6289553f8b
* Forgot this change in last commit.Nicolas Geoffray2015-06-171-1/+1
| | | | | bug:21746693 Change-Id: I1ae9690d393cf1bae10cb06ff1c6754ab2a50595
* Merge "Update jdwp and libcore scripts for running with libartd."Nicolas Geoffray2015-06-162-3/+46
|\
| * Update jdwp and libcore scripts for running with libartd.Nicolas Geoffray2015-06-152-3/+46
| | | | | | | | | | | | | | | | | | 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
* | Fix error message description in CheckerDavid Brazdil2015-06-151-1/+1
| | | | | | | | Change-Id: Ieaecd430b096f91cc41af6354ee82176fe60a037
* | Revert "art/tools: add new tests in security packages to the build bot"Nicolas Geoffray2015-06-133-46/+3
| | | | | | | | | | | | | | | | Unfortunately still seeing failures due to localhost uses. This reverts commit a04ece3175403413a213cd54900860857e780879. Change-Id: I9572e53bc1ef405060359f0eeaa1f726299349b3
* | tools/buildbot-build.sh: Remove javalibcoretest from common targetsSergio Giro2015-06-121-1/+1
| | | | | | | | | | | | It's built in the make command Change-Id: I702d54c38dd4492e19688d3949c1e610865d9260
* | art/tools: add new tests in security packages to the build botSergio Giro2015-06-123-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Explicitly give the path of the library to build.Nicolas Geoffray2015-06-121-3/+3
| | | | | | | | | | | | | | Otherwise the build system would not build the 32bit version for ART 32 bit. Change-Id: Ie2b48bb94d4fc9ce1a9590c1e8bacd382db16d8c
* | Add libjavacoretests.so to the things to build.Nicolas Geoffray2015-06-121-1/+1
| | | | | | | | | | | | Needed for runing dalvik.system tests. Change-Id: I6bd08b436bd560bff946586802028ab386bc6ec8
* | Add dalvik.system to run-libcore-tests.shBrian Carlstrom2015-06-111-1/+2
| | | | | | | | Change-Id: I64c5dfb7fbb0c337befb57e2d7bebc14b022cf85
* | Revert "art/tools: add new tests in security packages to the build bot"Sergio Giro2015-06-113-39/+3
| | | | | | | | | | | | This reverts commit 7904aba5f8ab73c12e83f8e786556c0c77306810. Change-Id: I06d81bbe415999933cc73d8431a1ceb72bbdc132
* | art/tools: add new tests in security packages to the build botSergio Giro2015-06-113-3/+39
|/ | | | | | | | | | | | 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
* Revert "art/tools: add new tests for the build bot"Nicolas Geoffray2015-06-103-33/+3
| | | | | | | | Unfortunately too many "localhost" netd failures. This reverts commit 10ec4f937e351bc21c0eebada30c6df3f8570406. Change-Id: Ibe28977e1e9f207f00a24f4c3167d08aa36cce5f
* art/tools: add new tests for the build botSergio Giro2015-06-103-3/+33
| | | | | | | Otherwise, it's difficult to know when they start to fail Bug: 21722374 Change-Id: I599e62ebafc28cf0dd60104c156f09ada8868bdc
* Follow up on CL 151605Sebastien Hertz2015-06-091-4/+6
| | | | | | | | | | | - 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
* Merge "Enable jsr166 tests"Nicolas Geoffray2015-06-011-4/+10
|\
| * Enable jsr166 testsWojciech Staszkiewicz2015-05-221-4/+10
| | | | | | | | | | | | Enable jsr166 tests in run-libcore-tests.sh . Change-Id: I6a6fff9c3656d1d239d4add62d217224583c693d
* | Fix typo in script.Nicolas Geoffray2015-05-291-1/+1
| | | | | | | | Change-Id: I853bb5758005f9f7c4940f815c3d72a1d48acd21