diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2020-06-27 19:37:53 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2020-06-29 15:02:56 -0700 |
| commit | 17da7996059f08407cc206e703ec88d4facf0dc8 (patch) | |
| tree | e18ba26286bf62be039812a2aac915ff2c062d62 /testcase/find_command.mk | |
| parent | 10cc982b563c19890872b73e6d8fb44aeda646ae (diff) | |
| download | platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.gz platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.bz2 platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.zip | |
Switch to a golang-based test runner
This adds a few features:
* Parallel execution (and all other golang test runner features)
* Colored diffs of output
* Make and kati run in subdirs, all output is preserved
* Full logs saved of raw and normalized output per-testcase
* TODO(c/<testcase>) support to mark individual testcases as expected
failures, instead of the full test.
Removed support for the [go]kati serialization tests
Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
Diffstat (limited to 'testcase/find_command.mk')
| -rw-r--r-- | testcase/find_command.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testcase/find_command.mk b/testcase/find_command.mk index b714879..941b7d0 100644 --- a/testcase/find_command.mk +++ b/testcase/find_command.mk @@ -1,4 +1,5 @@ -# TODO(go|ninja): This test is only for ckati. ninja: multiple problems +# TODO(go): This test is only for ckati. +# TODO(ninja/test2|test4|test5) ninja: multiple problems # go: symlink support isn't enough. # ninja: find . finds ninja temporary files # ninja: escaping ! doesn't seem to be working @@ -31,7 +32,7 @@ test1: ln -s ../../testdir/dir1 testdir/dir2/link2 ln -s broken testdir/dir2/link3 mkdir -p build/tools - cp ../../testcase/tools/findleaves.py build/tools + cp ../../../testcase/tools/findleaves.py build/tools mkdir -p testdir3/b/c/d ln -s b testdir3/a |
