<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/test/pathological_tests.py, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Increase timeout for pathological tests.</title>
<updated>2020-08-24T16:53:57+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-08-24T16:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=59a8bd1e990a472bc6d8ec8bb54a514431ff854e'/>
<id>59a8bd1e990a472bc6d8ec8bb54a514431ff854e</id>
<content type='text'>
We were having failures on some CI machines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were having failures on some CI machines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pathological test for reference collisions (see #220).</title>
<updated>2020-02-16T16:40:39+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-02-16T16:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=04936d63235a229c30d2cf2cd23ca5a177f0c133'/>
<id>04936d63235a229c30d2cf2cd23ca5a177f0c133</id>
<content type='text'>
This is taken from GitHub's fix:
https://github.com/github/cmark-gfm/commit/66a0836dc91e1653f7931e1218446664493da520
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is taken from GitHub's fix:
https://github.com/github/cmark-gfm/commit/66a0836dc91e1653f7931e1218446664493da520
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pathological_tests.py on Windows</title>
<updated>2020-01-15T15:04:27+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2020-01-15T14:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4ac601f05db29b6135a784228098e004ca198499'/>
<id>4ac601f05db29b6135a784228098e004ca198499</id>
<content type='text'>
When using multiprocessing on Windows, the main program must be
guarded with a __name__ check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using multiprocessing on Windows, the main program must be
guarded with a __name__ check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless __name__ check in test scripts</title>
<updated>2020-01-15T15:04:27+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2020-01-15T14:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=6b64a95713fc8a045f8e40949cec0765e0acb9b8'/>
<id>6b64a95713fc8a045f8e40949cec0765e0acb9b8</id>
<content type='text'>
These checks don't seem to be required and broke pathological_tests.py
on Windows where multiprocessing sets __name__ to "__mp_main__".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These checks don't seem to be required and broke pathological_tests.py
on Windows where multiprocessing sets __name__ to "__mp_main__".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pathological test for #285.</title>
<updated>2019-03-17T17:30:12+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-03-17T17:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=478195cad776469a8532b11b798d9e520652ef64'/>
<id>478195cad776469a8532b11b798d9e520652ef64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pathological_tests.py: make tests run faster.</title>
<updated>2018-04-15T15:47:25+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-04-15T15:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9f8ef820301951f36301c1a40d036cafeaa78619'/>
<id>9f8ef820301951f36301c1a40d036cafeaa78619</id>
<content type='text'>
- commented out the (already ignored) "many references" test, which
  times out
- reduced the iterations for a couple other tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- commented out the (already ignored) "many references" test, which
  times out
- reduced the iterations for a couple other tests
</pre>
</div>
</content>
</entry>
<entry>
<title>pathological_tests.py: added test for deeply nested lists.</title>
<updated>2018-04-15T15:47:06+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-04-15T15:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=02c7e76675c96135a87d264b68347a0479a1047d'/>
<id>02c7e76675c96135a87d264b68347a0479a1047d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed exit code for pathological tests.</title>
<updated>2017-11-05T18:59:06+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-05T18:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=0378b315751c83690121936771f591612ec4e810'/>
<id>0378b315751c83690121936771f591612ec4e810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add allowed failures to pathological_tests.py.</title>
<updated>2017-11-05T18:53:23+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-05T18:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1998db887e385e786c0eac4b1973bcddc6406bdc'/>
<id>1998db887e385e786c0eac4b1973bcddc6406bdc</id>
<content type='text'>
This allows us to include tests that we don't yet know
how to pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to include tests that we don't yet know
how to pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add timeout to pathological_tests.py.</title>
<updated>2017-11-05T18:23:57+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-05T18:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4db1f75834602aa1215b58cbad737593c99ccdc2'/>
<id>4db1f75834602aa1215b58cbad737593c99ccdc2</id>
<content type='text'>
Tests must complete in 8 seconds or are errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests must complete in 8 seconds or are errors.
</pre>
</div>
</content>
</entry>
</feed>
