<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/run_project_tests.py, branch java17</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>run_*tests*.py: print Meson version at start of test suite</title>
<updated>2020-06-15T20:33:40+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-05-14T17:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1ec84c570fe33309a388238c247caac9578b2191'/>
<id>1ec84c570fe33309a388238c247caac9578b2191</id>
<content type='text'>
on some systems, tests may take over an hour to run--only to find
you might have used an unintended Meson version (e.g. release instead
of dev). This change prints the Meson version at the start of the
run_*tests*.py scripts.

Also, raise SystemExit(main()) is preferred in general over
sys.exit(main())
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on some systems, tests may take over an hour to run--only to find
you might have used an unintended Meson version (e.g. release instead
of dev). This change prints the Meson version at the start of the
run_*tests*.py scripts.

Also, raise SystemExit(main()) is preferred in general over
sys.exit(main())
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Use test.json to skip VS2017 azure tests</title>
<updated>2020-06-15T05:46:25+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-06-14T09:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=a44dc67cb7533592f86fd2b4f3ae979f5a901405'/>
<id>a44dc67cb7533592f86fd2b4f3ae979f5a901405</id>
<content type='text'>
See also #7307 #7314 #7316

cc @nirbheek
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also #7307 #7314 #7316

cc @nirbheek
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: reset CMakeDependency.class_cmakeinfo</title>
<updated>2020-06-13T11:05:28+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-06-12T18:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=96379e51edaa0bb85f2e89b42512634b87e20110'/>
<id>96379e51edaa0bb85f2e89b42512634b87e20110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7197 from jon-turney/test-output-check-mandatory</title>
<updated>2020-05-25T23:52:12+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-05-25T23:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1e7f1ad4c96945b5a849896bd368ceb40d0bfd1a'/>
<id>1e7f1ad4c96945b5a849896bd368ceb40d0bfd1a</id>
<content type='text'>
Make the expected output check mandatory for failing-meson and warning-meson tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the expected output check mandatory for failing-meson and warning-meson tests</pre>
</div>
</content>
</entry>
<entry>
<title>Clear internal caches before running each test.</title>
<updated>2020-05-23T19:45:30+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-05-23T18:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=527536dd4ae102d2d14e7ee512b6886d57fc0149'/>
<id>527536dd4ae102d2d14e7ee512b6886d57fc0149</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make expected stdout mandatory for warning-meson and failing-meson tests</title>
<updated>2020-05-23T18:55:50+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2020-05-13T19:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=0ac4376990c7a6cd55dedd6afd7df4510d00691a'/>
<id>0ac4376990c7a6cd55dedd6afd7df4510d00691a</id>
<content type='text'>
Unify present or absent test.json file cases in gather_tests

Make expected stdout mandatory in test.json for some test categories

Use a trivial TestCategory class rather than a tuple, to make it easier
to default category attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unify present or absent test.json file cases in gather_tests

Make expected stdout mandatory in test.json for some test categories

Use a trivial TestCategory class rather than a tuple, to make it easier
to default category attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stray print call.</title>
<updated>2020-05-23T14:50:21+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-05-23T13:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f2e2e910d9c646849e55f97215217b87de491805'/>
<id>f2e2e910d9c646849e55f97215217b87de491805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"</title>
<updated>2020-05-23T13:02:30+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-05-22T23:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=22bc0d46a541caa8528b254252bdb1e5c13599f7'/>
<id>22bc0d46a541caa8528b254252bdb1e5c13599f7</id>
<content type='text'>
This reverts commit 0871b1032c53287a1ed3ce5108799fb0daccaec5, reversing
changes made to 9dc3ca2c1c9fbb47e731551c6432df144f725261.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0871b1032c53287a1ed3ce5108799fb0daccaec5, reversing
changes made to 9dc3ca2c1c9fbb47e731551c6432df144f725261.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7172 from jon-turney/test-output-check-mandatory</title>
<updated>2020-05-22T14:06:23+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-05-22T14:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=0871b1032c53287a1ed3ce5108799fb0daccaec5'/>
<id>0871b1032c53287a1ed3ce5108799fb0daccaec5</id>
<content type='text'>
Make the expected output check mandatory for failing-meson and warning-meson tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the expected output check mandatory for failing-meson and warning-meson tests</pre>
</div>
</content>
</entry>
<entry>
<title>Make expected stdout mandatory for warning-meson and failing-meson tests</title>
<updated>2020-05-15T14:25:00+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2020-05-13T19:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=19b44575d1e9b8e71ae75ba517baa245432a75c1'/>
<id>19b44575d1e9b8e71ae75ba517baa245432a75c1</id>
<content type='text'>
Unify present or absent test.json file cases in gather_tests

Make expected stdout mandatory in test.json for some test categories

Use a trivial TestCategory class rather than a tuple, to make it easier
to default category attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unify present or absent test.json file cases in gather_tests

Make expected stdout mandatory in test.json for some test categories

Use a trivial TestCategory class rather than a tuple, to make it easier
to default category attributes
</pre>
</div>
</content>
</entry>
</feed>
