aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util/AnalysisTestCase.java
Commit message (Expand)AuthorAge
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Phrasing cleanup for dynamic configuration tests.Gravatar Greg Estren2016-12-01
* Adds support for multiple top-level dynamic configurationsGravatar Greg Estren2016-11-21
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Remove a dependency on dart_library rule from ConfiguredTargetTransitivePacka...Gravatar Dmitry Lomov2016-05-03
* Push some functionality from FoundationTestCase to where it's actually used.Gravatar Ulf Adams2016-04-29
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Export some more tests as open source.Gravatar Ulf Adams2016-02-03
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* Rewrite SkylarkAspectsTest to inherit AnalysisTestCase.Gravatar Ulf Adams2016-01-19
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Use AnalysisMock and MockToolsConfig instead of MockToolsPackagesGravatar Kristina Chodorow2015-11-20
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Pass in a set of SkyFunctions in AnalysisMock.Gravatar Lukacs Berki2015-10-08
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30