<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati/runtest.rb, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/'/>
<entry>
<title>Switch to a golang-based test runner</title>
<updated>2020-06-29T22:02:56+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2020-06-28T02:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=17da7996059f08407cc206e703ec88d4facf0dc8'/>
<id>17da7996059f08407cc206e703ec88d4facf0dc8</id>
<content type='text'>
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/&lt;testcase&gt;) support to mark individual testcases as expected
  failures, instead of the full test.

Removed support for the [go]kati serialization tests

Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/&lt;testcase&gt;) support to mark individual testcases as expected
  failures, instead of the full test.

Removed support for the [go]kati serialization tests

Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Support expected failures in sh tests</title>
<updated>2020-06-25T02:01:54+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2020-06-25T01:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=b0a4bc44c716802de25bbca3fe3b5d5c3708b460'/>
<id>b0a4bc44c716802de25bbca3fe3b5d5c3708b460</id>
<content type='text'>
Refactor out parts of run_make_tests to be reused by run_sh_tests so
that run_sh_tests can report expected failures.
Also expand the TODO regexp to support #!/bin/bash before the # TODO.

Change-Id: I2d2cc9b7999829ab9c8eeaa36edaf5ab732bd5bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor out parts of run_make_tests to be reused by run_sh_tests so
that run_sh_tests can report expected failures.
Also expand the TODO regexp to support #!/bin/bash before the # TODO.

Change-Id: I2d2cc9b7999829ab9c8eeaa36edaf5ab732bd5bc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'append final' assignment.</title>
<updated>2018-08-23T18:24:49+00:00</updated>
<author>
<name>Sasha Smundak</name>
<email>asmundak@google.com</email>
</author>
<published>2018-08-23T18:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=b4482cbfa20612b8d9fc27f33c1160088f773834'/>
<id>b4482cbfa20612b8d9fc27f33c1160088f773834</id>
<content type='text'>
* Fix the code, add the test.
* Add a quiet mode for running the tests (only the failing tests will be
shown).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the code, add the test.
* Add a quiet mode for running the tests (only the failing tests will be
shown).
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not rewrite dependencies on implicit outputs to be the primary output</title>
<updated>2018-07-27T22:19:26+00:00</updated>
<author>
<name>Sasha Smundak</name>
<email>asmundak@google.com</email>
</author>
<published>2018-07-27T17:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e8f4d6dba32fd8bf1572e6e40fc1c1a44c99ff9d'/>
<id>e8f4d6dba32fd8bf1572e6e40fc1c1a44c99ff9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build and test using bionic as a libc</title>
<updated>2017-09-29T23:49:02+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2017-09-29T23:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e6ede25f35cc5c15c1914146c2e93b0088cf0ab8'/>
<id>e6ede25f35cc5c15c1914146c2e93b0088cf0ab8</id>
<content type='text'>
There's a flag to Soong in order to use bionic as a libc instead of
glibc, removing dependencies on your host system. This fixes a single
include what you use, and some error message differences.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a flag to Soong in order to use bionic as a libc instead of
glibc, removing dependencies on your host system. This fixes a single
include what you use, and some error message differences.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --color_warnings to make warnings/errors like clang</title>
<updated>2017-02-23T06:41:57+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2017-02-22T22:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=e41c7556c22bda359c2b97cd98d59082110add95'/>
<id>e41c7556c22bda359c2b97cd98d59082110add95</id>
<content type='text'>
This adds new (WARN|KATI_WARN|ERROR)_LOC log macro variants that take a
location as the first argument, and will prefix that location
information to the warning/error lines.

When --color_warnings is enabled, it reformats them to have a standard
warning:/error: infix, and adds colors in order to match the
warnings/errors produced by clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds new (WARN|KATI_WARN|ERROR)_LOC log macro variants that take a
location as the first argument, and will prefix that location
information to the warning/error lines.

When --color_warnings is enabled, it reformats them to have a standard
warning:/error: infix, and adds colors in order to match the
warnings/errors produced by clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize log for recent ninja</title>
<updated>2016-05-09T09:51:54+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-05-09T09:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=38892d828494ac81c0dd0072a67bf4805e49e476'/>
<id>38892d828494ac81c0dd0072a67bf4805e49e476</id>
<content type='text'>
for issue #68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for issue #68
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize Unicode quotes for recent find</title>
<updated>2016-04-28T08:31:24+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-04-28T08:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=913eb74709b9b04e6a682a9bdc4041588f2b49a7'/>
<id>913eb74709b9b04e6a682a9bdc4041588f2b49a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly use SHELL=/bin/bash</title>
<updated>2016-04-28T07:50:46+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-04-28T07:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=2d2ed95265fe5fed97953af68eef5479e5c7e5e5'/>
<id>2d2ed95265fe5fed97953af68eef5479e5c7e5e5</id>
<content type='text'>
Also use override in tests which set $(SHELL)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use override in tests which set $(SHELL)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up normalization in runtest.rb a bit</title>
<updated>2016-04-27T09:35:57+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2016-04-27T09:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=dc258cb8ea5a528574b96474d89b3a9900e5ceae'/>
<id>dc258cb8ea5a528574b96474d89b3a9900e5ceae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
