aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* When telling JavaBuilder what label produced a certain jar, also provide the ...Gravatar Carmi Grushko2016-07-21
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Remove the forced-legacy mode of the JvmConfigurationLoader.Gravatar Ulf Adams2016-07-07
* Update AnalysisMock to cover the rule class provider and invocation policy.Gravatar Ulf Adams2016-07-07
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* Sheepishly add a warning about the problem in which getConfiguredTarget() ret...Gravatar Cal Peyser2016-06-24
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Updates BuildViewTestCase.invalidatePackages() to also invalidateGravatar Greg Estren2016-06-21
* Trim configurations requested for a target in BuildViewTestCase.Gravatar Greg Estren2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* 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
* Provide means to clearly fail tests that fail because dynamic configsGravatar Greg Estren2016-06-09
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* For tests that check against output paths, provide the ability to strip out t...Gravatar Greg Estren2016-05-19
* Add feature to selectively disable Blaze's cc include scanner.Gravatar Googler2016-05-12
* Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...Gravatar Janak Ramakrishnan2016-05-11
* Refactoring: Created BuildViewTestCase.checkLoadingPhaseError() for commonly ...Gravatar Florian Weikert2016-05-10
* --Gravatar Carmi Grushko2016-05-10
* Remove a dependency on dart_library rule from ConfiguredTargetTransitivePacka...Gravatar Dmitry Lomov2016-05-03
* Port tests using abi_deps to select.Gravatar Greg Estren2016-05-03
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Push some functionality from FoundationTestCase to where it's actually used.Gravatar Ulf Adams2016-04-29
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Update the java flags to default as follows:Gravatar Luis Fernando Pino Duque2016-03-31
* Reimplement the configuration sanity check as a per-fragment check.Gravatar Ulf Adams2016-03-31
* Enable the configuration sanity check for a subset of tests.Gravatar Ulf Adams2016-03-31
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Add getGenfilesArtifact() that takes an explicit AspectParameters, for lookin...Gravatar Carmi Grushko2016-03-30
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21