Sign in
bazel
/
bazel
/
8613c90911990431c7356a48b20504cba479ac4b
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
analysis
/
BuildViewTest.java
8613c90
Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.
by cpeyser
· 8 years ago
2b983bd
Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. That is, a c++ toolchain is added, but a Bazel dependency on that toolchain is not.
by cpeyser
· 8 years ago
aa0093b
Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.
by plf
· 8 years ago
9d5bce6
Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class.
by cpeyser
· 8 years ago
03755ea
Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.
by cpeyser
· 8 years ago
3634131
Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class.
by cpeyser
· 8 years ago
5bae50a
Remove BuildConfiguration.useDynamicConfigurations.
by gregce
· 8 years ago
d63ee81
Remove ConfigurationFactory as part of the static configuration cleanup.
by gregce
· 8 years ago
6520469
Move most test options from BuildConfiguration to TestConfiguration.
by tomlu
· 8 years ago
da4c959
Fix confusing semantics for Attribute.Builder.allowedRuleClasses.
by gregce
· 8 years ago
40ddec3
Migrate tests to ctx.actions.run/run_shell.
by dslomov
· 8 years ago
ae0b774
Implement ctx.actions.do_nothing instead of ctx.empty_action
by dslomov
· 8 years ago
2e84e7c
Add 'ctx.actions' and implement 'ctx.action.declare_file'.
by dslomov
· 8 years ago
aea56b3
Migrate Java tests to Truth. RELNOTES: None.
by lberki
· 8 years ago
3b8ffd1
Add dynamic config support for top-level configuration hooks.
by gregce
· 8 years ago
655c07b
Don't let latebound split attributes leave the host configuration.
by gregce
· 8 years ago
b4060b6
Refactor all ctor callsites of PathFragment to instead call a static 'create' method.
by nharmata
· 8 years ago
a5aa916
Create "internal" category of command-line options.
by Michael Staib
· 8 years ago
e851fe2
Restrict aspects visible to other aspects according to their advertised providers.
by Dmitry Lomov
· 8 years ago
af0b670
With interleaving now enabled, clean up our tests.
by Ulf Adams
· 8 years ago
1575652
Names of extra-action protos now take into account all aspect names.
by Dmitry Lomov
· 8 years ago
babd485
Extra-actions originating in Aspects are reported even if the rule we attach to also registers extra-actions.
by Carmi Grushko
· 8 years ago
76c237a
Corrects some tests that fail with trimmed dynamic configurations but
by Greg Estren
· 8 years ago
3d48683
Clarify how startup options are conveyed between the client and the server.
by Lukacs Berki
· 8 years ago
9e26f0f
Optimize how null configurations get created and add test infrastructure for Bazel's dep configuration creation logic.
by Greg Estren
· 8 years ago
1d8ba90
Split dynamic configurations mode into:
by Greg Estren
· 9 years ago
f32a845
Rewrite tests to avoid assuming Linux-specific configuration settings.
by Ulf Adams
· 9 years ago
ab64e59
Make --experimental_interleave_loading_and_analysis a no-op.
by Ulf Adams
· 9 years ago
3d65eb9
Do not load the transitive closure of the Android SDK on every build.
by Lukacs Berki
· 9 years ago
2655e6d
Make BuildViewTest#testErrorBelowCycle properly deterministic so that it can test what it's supposed to test, as pointed out by gregce.
by Janak Ramakrishnan
· 9 years ago
f8a1ae6
Add the repository name as a parameter to the output path functions
by Kristina Chodorow
· 9 years ago
247ac16
Dynamic config test improvements:
by Greg Estren
· 9 years ago
373e3e2
Implements dynamic split transitions on latebound attributes.
by Greg Estren
· 9 years ago
6f9d7d1
Error out if loading phase error encountered even if we skip analysis. Also change error messages in these cases to not assume there was an execution phase.
by Janak Ramakrishnan
· 9 years ago
2bc8838
Provides a clearer message when target analysis fails because its dynamic
by Greg Estren
· 9 years ago
120b863
Make RedirectChaser behave properly if a referenced target is not found.
by Lukacs Berki
· 9 years ago
cc7712f
Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfaces, in preparation for further changes.
by Janak Ramakrishnan
· 9 years ago
5b1be3a
Remove the forced-legacy mode of the JvmConfigurationLoader.
by Ulf Adams
· 9 years ago
db2df69
Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.
by Ulf Adams
· 9 years ago
2f5ca77
Adds cycle detection errors when top-level dynamic
by Greg Estren
· 9 years ago
bba75d8
Report cycles involving aspects correctly.
by Lukacs Berki
· 9 years ago
b5692bd
Refactor cycle detection logic to handle dynamic configurations.
by Greg Estren
· 9 years ago
42c4935
Provide means to clearly fail tests that fail because dynamic configs
by Greg Estren
· 9 years ago
7971e67
Dynamic configurations: trim top-level targets, too.
by Greg Estren
· 9 years ago
76f0ec6
Enable interleaved loading & analysis by default.
by Ulf Adams
· 9 years ago
8be7fd0
Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers to enforce concurrency synchronization points and determinism even if they are not using an InMemoryGraph-backed evaluator.
by Janak Ramakrishnan
· 9 years ago
003893b
Change misleading warning when an error is encountered while loading a target. We also no longer say that the target will not be built because it may well happen during a query, when no building is happening anyway.
by Janak Ramakrishnan
· 9 years ago
e804017
Remove AspectClass.getDefinition
by Dmitry Lomov
· 9 years ago
caf1477
Move two visibility-related loading tests to BuildViewTest.
by Ulf Adams
· 9 years ago
3e34a11
Properly report loading errors during configuration creation.
by Ulf Adams
· 9 years ago
5e8e5fe
Fix configuration error handling for the interleaved case.
by Ulf Adams
· 9 years ago
53abece
Correctly flag loading errors in the interleaved case.
by Ulf Adams
· 9 years ago
47838c9
Export some more tests as open source.
by Ulf Adams
· 9 years ago
2ac2096
Implement proper error handling for interleaved loading and analysis.
by Ulf Adams
· 9 years ago
2dc9508
Fix: return an error from the analysis phase with keep_going in error cases.
by Ulf Adams
· 9 years ago
5e573fd
Store data about aspect configurations on Dependencies.
by Michael Staib
· 9 years ago
58581a3
Add test coverage that failures and printed errors are consistent.
by Ulf Adams
· 9 years ago
f8ff07a
Restore the test for analysis root cause reporting.
by Ulf Adams
· 9 years ago
a4ca637
BuildView - untangle more of the methods that are only for ide info.
by Ulf Adams
· 9 years ago
fd735f3
Migrated tests in lib/analysis to JUnit 4.
by Florian Weikert
· 9 years ago
79bd237
Migrated BuildViewTest to JUnit 4.
by Florian Weikert
· 9 years ago
904463a
Default to PIC in MOCK_CROSSTOOL.
by Dmitry Lomov
· 9 years ago
021a365
Open-source BuildViewTest.
by Dmitry Lomov
· 9 years ago