aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Migrated remaining tests in lib/exec to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated DuplicateActionTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated AnalysisCachingTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Open-source some tests for cpp rules.Gravatar Dmitry Lomov2015-11-30
* Migrated CircularDependencyTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
* Migrated CompilationHelperTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Implements 'extra_deps' for Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Actually run standalone-tests on mac and linux.Gravatar Dmitry Lomov2015-11-26
* Implement Skylark aspects originating from Skylark rules.Gravatar Dmitry Lomov2015-11-26
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Add test for globbing across a package boundary in a different package path.Gravatar Janak Ramakrishnan2015-11-26
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Open-source StandaloneTests.Gravatar Philipp Wollermann2015-11-25
* Default to PIC in MOCK_CROSSTOOL.Gravatar Dmitry Lomov2015-11-24
* Open-source CompilationHelperTest.Gravatar Dmitry Lomov2015-11-24
* Open source 'CircularDependencyTest'.Gravatar Dmitry Lomov2015-11-24
* Open-source BuildViewTest.Gravatar Dmitry Lomov2015-11-24
* Open-source AnalysisCachingTest.Gravatar Dmitry Lomov2015-11-24
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24
* Use AnalysisMock and MockToolsConfig instead of MockToolsPackagesGravatar Kristina Chodorow2015-11-20
* --Gravatar Carmi Grushko2015-11-20
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* Open-source tests from lib/execGravatar Dmitry Lomov2015-11-20
* Open-source DuplicateActionTest.Gravatar Dmitry Lomov2015-11-19
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Unbreak jdk7 builds on ci.bazel.ioGravatar Damien Martin-Guillerez2015-11-19
* Add generate_resource_class to android_studio_ide_info.proto.Gravatar Googler2015-11-19
* Compare GroupedLists without regard to the order within a given group. Also m...Gravatar Janak Ramakrishnan2015-11-19
* Open-sourced PackageFactoryTest.Gravatar Dmitry Lomov2015-11-19
* Open-source 'RuleTest'Gravatar Dmitry Lomov2015-11-19
* Open source BazelDocumentationTest (and fix documentation).Gravatar Dmitry Lomov2015-11-19
* Remove dead code from RuleSetUtilsGravatar Kristina Chodorow2015-11-18
* Open-source RPC tests.Gravatar Dmitry Lomov2015-11-18
* Skylark path-based relative loads now work correctly (with the new label-base...Gravatar John Field2015-11-18
* Open source test project generation utilsGravatar Kristina Chodorow2015-11-18
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Open source skyframe testsGravatar Kristina Chodorow2015-11-17
* Open source graph testsGravatar Kristina Chodorow2015-11-17
* Optimize the hash code function of Pair to minimize varargs expansion.Gravatar Eric Fellheimer2015-11-16
* Exit with an error message, rather than crashing, when an attempt is made to ...Gravatar John Field2015-11-16
* Fix crash when two Skylark loads reference the same path.Gravatar John Field2015-11-16
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13