summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve Plan::EdgeFinished signatureBrad King2016-04-191-26/+26
* Merge pull request #1126 from bradking/pool-release-on-failNico Weber2016-04-191-24/+90
|\
| * Add another test case covering pool release on edge failureDavid Emett2016-04-061-0/+24
| * Release the pool slot held by an edge whether it succeeds or failsFredrik Medley2016-04-061-24/+66
* | Avoid double-scheduling build edges in another caseBrad King2016-02-031-0/+23
|/
* Add support for build statement implicit outputsBrad King2016-02-031-0/+16
* Make links point to org pageNico Weber2015-11-111-4/+4
* Fix pool use count going unbalancedScott Graham2015-04-231-8/+36
* Don't get stuck on cyclic graphs where one edge has multiple outputs.Nico Weber2015-04-011-0/+37
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-4/+5
* Make failing stat() calls abort the build.Nico Weber2015-03-191-11/+25
* On unexpected output in a .d file, rebuild instead erroring.Nico Weber2015-03-121-0/+17
* Reject depfiles that don't contain a : after the target name.Nico Weber2015-03-121-2/+1
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-1/+67
* improve testScott Graham2014-11-091-7/+10
* remove CanonicalizePath overloads, test for toplevel behaviourScott Graham2014-11-091-0/+29
* path decanonicalization when building commandScott Graham2014-11-081-2/+1
* CanonicalizePath handles \ on WindowsScott Graham2014-10-301-5/+1
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-1/+3
* Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-211-17/+28
* win console wip: enable testNico Weber2014-05-131-4/+2
* Introduce the "console" poolPeter Collingbourne2014-02-031-10/+54
* Make BuildLogUser reference constant.Nico Weber2014-01-071-1/+1
* Rename "IsDead" to "BuildLogUser".Nico Weber2014-01-041-2/+2
* Make tests compile (one fails atm).Nico Weber2014-01-021-2/+4
* Simplify.Nico Weber2013-09-081-3/+2
* Fix for build test for BuildWithDepsLogTest.RestatMissingDepfileDepslogRichard Geary2013-09-071-1/+4
* Fix restat rebuild if deps are missing.Maxim Kalaev2013-09-021-1/+117
* Minor style fixes, no behavior change.Nico Weber2013-08-231-2/+2
* Add a test for issue #638.Nico Weber2013-08-221-0/+1
* Add test for correct restat logicChris Hopman2013-07-201-0/+40
* Add a test for CreatePhonyInEdge() in depsmode path.Nico Weber2013-06-061-0/+61
* Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.Nico Weber2013-06-041-1/+24
* Fix restat builds with edges generating headers depended on through deps filesNico Weber2013-06-031-0/+64
* Fix Pool tests.Robert Iannucci2013-05-061-18/+37
* Don't record deps in dry runs.Nico Weber2013-04-221-1/+30
* Merge pull request #541 from sgraham/fix-vs2012Evan Martin2013-04-131-2/+2
|\
| * try again on vs2012 build fixesScott Graham2013-04-111-2/+2
* | fix testEvan Martin2013-04-111-14/+14
|/
* add a straightforward deps log test, fix the other oneEvan Martin2013-04-091-10/+81
* Make deps=gcc without depfile an error.Nico Weber2013-04-091-0/+18
* add a test for the "deps out of date" caseEvan Martin2013-04-091-0/+96
* add a test verifying build failure on bad depsEvan Martin2013-04-081-0/+17
* remove depfiles files as they're parsedEvan Martin2013-04-081-0/+6
* plumb DepsLog load through BuilderEvan Martin2013-04-081-1/+1
* pass command results via a structEvan Martin2013-04-081-17/+18
* split FakeCommandRunner out of BuildTestEvan Martin2013-04-081-87/+95
* move test virtual time "now_" into VirtualFileSystemEvan Martin2013-04-081-79/+78
* Add regression testRobert Iannucci2013-03-231-0/+74
* wrap some overlong linesEvan Martin2012-12-291-2/+4