aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/BuildViewTest.java
Commit message (Expand)AuthorAge
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Corrects some tests that fail with trimmed dynamic configurations butGravatar Greg Estren2016-11-17
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Rewrite tests to avoid assuming Linux-specific configuration settings.Gravatar Ulf Adams2016-09-08
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Make BuildViewTest#testErrorBelowCycle properly deterministic so that it can ...Gravatar Janak Ramakrishnan2016-08-19
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Dynamic config test improvements:Gravatar Greg Estren2016-08-11
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Error out if loading phase error encountered even if we skip analysis. Also c...Gravatar Janak Ramakrishnan2016-08-09
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Make RedirectChaser behave properly if a referenced target is not found.Gravatar Lukacs Berki2016-07-29
* 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
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* Adds cycle detection errors when top-level dynamicGravatar Greg Estren2016-06-17
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* 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
* Dynamic configurations: trim top-level targets, too.Gravatar Greg Estren2016-06-02
* Enable interleaved loading & analysis by default.Gravatar Ulf Adams2016-05-25
* Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...Gravatar Janak Ramakrishnan2016-05-11
* Change misleading warning when an error is encountered while loading a target...Gravatar Janak Ramakrishnan2016-04-19
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Move two visibility-related loading tests to BuildViewTest.Gravatar Ulf Adams2016-02-10
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Fix configuration error handling for the interleaved case.Gravatar Ulf Adams2016-02-04
* Correctly flag loading errors in the interleaved case.Gravatar Ulf Adams2016-02-03
* 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
* Fix: return an error from the analysis phase with keep_going in error cases.Gravatar Ulf Adams2016-01-27
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* Add test coverage that failures and printed errors are consistent.Gravatar Ulf Adams2016-01-25
* Restore the test for analysis root cause reporting.Gravatar Ulf Adams2016-01-22
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Default to PIC in MOCK_CROSSTOOL.Gravatar Dmitry Lomov2015-11-24
* Open-source BuildViewTest.Gravatar Dmitry Lomov2015-11-24