aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Open-source CcCommonConfiguredTargetTest.Gravatar Dmitry Lomov2015-12-15
* Add a test that verifies that Skylark dependencies are repository-local.Gravatar Lukacs Berki2015-12-15
* Add unit tests for the new errexit feature in unittest.bash.Gravatar Philipp Wollermann2015-12-15
* Speed up bazel_worker_test a lot by removing calls to "bazel clean --batch". ...Gravatar Philipp Wollermann2015-12-15
* bazel_worker_test: Use pgrep instead of string magic to find workers.Gravatar Philipp Wollermann2015-12-15
* unittest.bash: Correctly handle failures due to "errexit" in tests. This will...Gravatar Philipp Wollermann2015-12-15
* Skylark: implemented reversed()Gravatar Florian Weikert2015-12-15
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Skylark: implemented min() and max().Gravatar Florian Weikert2015-12-13
* unittest.bash: Make it clear that true / false are strings and treat them as ...Gravatar Philipp Wollermann2015-12-11
* Skylark: implemented str.splitlines()Gravatar Florian Weikert2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open source PackageCacheTest.Gravatar Ulf Adams2015-12-10
* Don't print an error message about cat if a test exits abnormallyGravatar Kristina Chodorow2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Open source IOExceptionsTest.Gravatar Ulf Adams2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Repurpose the not-meaningfully-used ErrorInfo#isTransient to mean "is transit...Gravatar Nathan Harmata2015-12-10
* Distinguish between read and write locks for KeyedLocker.Gravatar Janak Ramakrishnan2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Simple refactor of specification of bazel binary for integration testsGravatar Damien Martin-Guillerez2015-12-09
* Open source IncrementalLoadingTest.Gravatar Ulf Adams2015-12-09
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Simplify & speed-up the check whether sandbox related shell tests can run.Gravatar Philipp Wollermann2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Open source CompileOneDependencyTransformerTest.Gravatar Ulf Adams2015-12-08
* Fix sandbox .params files being left aroundGravatar Brian Silverman2015-12-08
* Open source the TargetPatternEvaluator tests.Gravatar Ulf Adams2015-12-07
* RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory.Gravatar Laszlo Csomor2015-12-07
* Open-sourced tests from lib/profiler.Gravatar Florian Weikert2015-12-07
* RecursiveFilesystemTraversalFunction: introduce ResolvedFileFactoryForTesting.Gravatar Laszlo Csomor2015-12-07
* Open-source runfiles_test integration testGravatar Damien Martin-Guillerez2015-12-07
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Allow @AutoValue-ed classes as provider keys. Also, reject the generated Auto...Gravatar Carmi Grushko2015-12-07
* TestSuiteBuilder should include TautologyTest only in empty test suites.Gravatar Florian Weikert2015-12-04
* Rename AbstractDistributorDriverTest to UserUtilsTestGravatar Michajlo Matijkiw2015-12-04
* Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.Gravatar Laszlo Csomor2015-12-04
* Fix up exception declarations; use EnvironmentalExecException.Gravatar Ulf Adams2015-12-04
* Migrated tests in devtools/build/lib/ideinfo to JUnit 4.Gravatar Florian Weikert2015-12-03
* Migrated tests in devtools/build/lib/runtime to JUnit 4.Gravatar Florian Weikert2015-12-03
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Fileset: add a positive assertion (no symlink exclusion) to existing tests.Gravatar Laszlo Csomor2015-12-03
* Migrated remaining tests in devtools/build/lib to JUnit 4.Gravatar Florian Weikert2015-12-03
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Migrated tests in devtools/build/lib/events to JUnit 4.Gravatar Florian Weikert2015-12-02
* Migrated tests in devtools/build/lib/shell to JUnit 4.Gravatar Florian Weikert2015-12-02
* Migrated tests in devtools/build/lib/exec to JUnit 4.Gravatar Florian Weikert2015-12-02
* Migrated tests in devtools/build/lib/util to JUnit 4.Gravatar Florian Weikert2015-12-02