aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Move workspace initialization out of BlazeRuntime.Builder.Gravatar Ulf Adams2016-08-10
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Add an option for the number of actions shown in the experimental UIGravatar Klaus Aehlig2016-06-21
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* experimental UI: when showing the last test, color-code its stateGravatar Klaus Aehlig2016-06-03
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* experimental UI: track touched packages during loading/analysisGravatar Klaus Aehlig2016-05-30
* experimental UI: group test actions by labelGravatar Klaus Aehlig2016-05-25
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* experimental UI: improve message shorteningGravatar Klaus Aehlig2016-05-20
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Adds the option to invocation policy SetValue operation to append to repeatedGravatar Alex Humesky2016-05-10
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Make ExperimentalStateTracker aim for target widthGravatar Klaus Aehlig2016-04-18
* Move LoggingTerminalWriter to a public util classGravatar Klaus Aehlig2016-04-15
* experimental UI: show passed and failed testsGravatar Klaus Aehlig2016-04-14
* experimental UI: Keep track of completed testsGravatar Klaus Aehlig2016-04-14
* ExperimentalStateTracker: add a short version of the progress barGravatar Klaus Aehlig2016-04-11
* Fix bug introduced by commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 where a...Gravatar Nathan Harmata2016-04-07
* Rollback of commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9.Gravatar John Field2016-04-07
* Fix typo in doc stringGravatar Klaus Aehlig2016-04-07
* Add tests documenting the way rc-options are combinedGravatar Klaus Aehlig2016-04-07
* experimental UI: update progress bar on progress eventsGravatar Klaus Aehlig2016-04-05
* experimental UI: show run-time for long-running actions in the progress barGravatar Klaus Aehlig2016-04-04
* Pass through the clock to the ExperimentalStateTrackerGravatar Klaus Aehlig2016-04-04
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Make specific options win over common onesGravatar Klaus Aehlig2016-03-23
* Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build becaus...Gravatar Janak Ramakrishnan2016-03-21
* Add semantic tests for ExperimentalStateTrackerGravatar Klaus Aehlig2016-03-14
* Adds support for invocation policy to the canonicalize-flags command.Gravatar Alex Humesky2016-01-15
* Migrated tests in devtools/build/lib/runtime to JUnit 4.Gravatar Florian Weikert2015-12-03
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Add timing info for tests and correct caching vs. run ratioGravatar Kristina Chodorow2015-10-13