aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/testutil
Commit message (Expand)AuthorAge
* Remove uses of java_toolchain.encodingGravatar cushon2018-08-07
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Fix a few tests when run under JDK9.Gravatar tomlu2018-05-30
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Remove synchronization in BazelPackageBuilderHelperForTesting#sanityCheckBaze...Gravatar nharmata2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* tests: add TimestampGranularityUtilsGravatar laszlocsomor2018-03-13
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Introduce cc_configure_lib.bzl#split_escapedGravatar hlopko2018-02-27
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Cleanup unused constantGravatar hlopko2018-02-23
* Create function createJavaInfo with new API. Implement JavaRuleOutputJarsProv...Gravatar dbabkin2018-01-23
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).Gravatar ruperts2017-12-20
* Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.Gravatar aehlig2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil.Gravatar ruperts2017-12-20
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Replace truth.FailureStrategy with truth.FailureMetadata in bazel's Subjects.Gravatar Googler2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Disable some tests that can't currently run in special internal execution mode.Gravatar janakr2017-10-13
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Add expectThrows to MoreAsserts until we can use JUnit 4.13.Gravatar jcater2017-09-18
* Open source tests for Android desugarer.Gravatar ajmichael2017-09-14
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Add an Iterable<Event> Truth subject so that we can easily assert things on a...Gravatar janakr2017-07-24
* ResourceFilter supports dynamically configured resource filteringGravatar Googler2017-07-17
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Fix BuildRuleWithDefaultsBuilder to work properly with NODEP_LABEL attributes.Gravatar jcater2017-07-07