commit | d85b3c78c73b31b2b1d310beae8943e189666214 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Sep 26 16:52:26 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 26 16:54:15 2018 -0700 |
tree | dab5ac7ecbe5f6f74defc7a751fb53b38606d7b9 | |
parent | 192dbc59c10fd4051a9a07eaf7fcb7815dc3d212 [diff] |
Replace exact errors in tests with errno checking Only check that functions that return an *os.SyscallError have the correct errno, not that they have identical test text. Test: fs_test.go Change-Id: Iba050cb0474eaf2643858bcca4e52ba770702c2f
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.