github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
905 stars 173 forks source link

Test failures on big-endian architectures #295

Open swt2c opened 1 year ago

swt2c commented 1 year ago

Over in Debian, we're seeing a few tests fail only on big-endian architectures (s390x, sparc64, ppc64, etc) with 0.29.0.gfm.6:

make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-s390x-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j2
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-s390x-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: api_test

1: Test command: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/api_test/api_test
1: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
1: Test timeout computed to be: 10000000
test 2
      Start  2: html_normalization

2: Test command: /usr/bin/python3 "-m" "doctest" "/<<PKGBUILDDIR>>/test/normalize.py"
2: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
2: Test timeout computed to be: 10000000
 1/13 Test  #2: html_normalization .....................   Passed    0.04 sec
test 3
      Start  3: spectest_library

3: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/spec_tests.py" "--no-normalize" "--spec" "/<<PKGBUILDDIR>>/test/spec.txt" "--library-dir" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src"
3: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
3: Test timeout computed to be: 10000000
3: 671 passed, 0 failed, 0 errored, 0 skipped
 2/13 Test  #3: spectest_library .......................   Passed    0.05 sec
test 4
      Start  4: pathological_tests_library

4: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/pathological_tests.py" "--library-dir" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src"
4: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
4: Test timeout computed to be: 10000000
1: 543 tests passed, 0 failed, 0 skipped
1: PASS
 3/13 Test  #1: api_test ...............................   Passed    0.12 sec
test 5
      Start  5: roundtriptest_library

5: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/roundtrip_tests.py" "--spec" "/<<PKGBUILDDIR>>/test/spec.txt" "--library-dir" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src"
5: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
5: Test timeout computed to be: 10000000
5: 671 passed, 0 failed, 0 errored, 0 skipped
 4/13 Test  #5: roundtriptest_library ..................   Passed    0.15 sec
test 6
      Start  6: entity_library

6: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/entity_tests.py" "--library-dir" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src"
6: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
6: Test timeout computed to be: 10000000
6: Testing entities:
6: 2125 passed, 0 failed, 0 errored
 5/13 Test  #6: entity_library .........................   Passed    0.04 sec
test 7
      Start  7: spectest_executable

7: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/spec_tests.py" "--no-normalize" "--spec" "/<<PKGBUILDDIR>>/test/spec.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm"
7: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
7: Test timeout computed to be: 10000000
4: Testing pathological cases:
4: nested strong emph ... [PASSED]
4: many emph closers with no openers ... [PASSED]
4: many emph openers with no closers ... [PASSED]
4: many link closers with no openers ... [PASSED]
4: many link openers with no closers ... [PASSED]
4: mismatched openers and closers ... [PASSED]
4: openers and closers multiple of 3 ... [PASSED]
4: link openers and emph closers ... [PASSED]
4: pattern [ (]( repeated ... [PASSED]
4: hard link/emph case ... [PASSED]
4: nested brackets ... [PASSED]
4: nested block quotes ... [PASSED]
4: deeply nested lists ... [PASSED]
4: U+0000 in input ... [PASSED]
7: 671 passed, 0 failed, 0 errored, 0 skipped
 6/13 Test  #7: spectest_executable ....................   Passed    2.17 sec
test 8
      Start  8: smartpuncttest_executable

8: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/spec_tests.py" "--no-normalize" "--spec" "/<<PKGBUILDDIR>>/test/smart_punct.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm --smart"
8: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
8: Test timeout computed to be: 10000000
4: backticks ... [PASSED]
4: unclosed links A ... [PASSED]
8: 16 passed, 0 failed, 0 errored, 0 skipped
 7/13 Test  #8: smartpuncttest_executable ..............   Passed    0.08 sec
test 9
      Start  9: extensions_executable

9: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/spec_tests.py" "--no-normalize" "--spec" "/<<PKGBUILDDIR>>/test/extensions.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm" "--extensions" "table strikethrough autolink tagfilter footnotes tasklist"
9: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
9: Test timeout computed to be: 10000000
4: unclosed links B ... [PASSED]
9: Example 19 (lines 541-629) Autolinks
9: : http://google.com https://google.com
9: 
9: <http://google.com/å> http://google.com/å
9: 
9: scyther@pokemon.com
9: 
9: scy.the_rbe-edr+ill@pokemon.com
9: 
9: scyther@pokemon.com.
9: 
9: scyther@pokemon.com/
9: 
9: scyther@pokemon.com/beedrill@pokemon.com
9: 
9: mailto:scyther@pokemon.com
9: 
9: This is a mailto:scyther@pokemon.com
9: 
9: mailto:scyther@pokemon.com.
9: 
9: mmmmailto:scyther@pokemon.com
9: 
9: mailto:scyther@pokemon.com/
9: 
9: mailto:scyther@pokemon.com/message
9: 
9: mailto:scyther@pokemon.com/mailto:beedrill@pokemon.com
9: 
9: xmpp:scyther@pokemon.com
9: 
9: xmpp:scyther@pokemon.com.
9: 
9: xmpp:scyther@pokemon.com/message
9: 
9: xmpp:scyther@pokemon.com/message.
9: 
9: Email me at:scyther@pokemon.com
9: 
9: www.github.com www.github.com/á
9: 
9: www.google.com/a_b
9: 
9: **Autolink and http://inlines**
9: 
9: ![http://inline.com/image](http://inline.com/image)
9: 
9: a.w@b.c
9: 
9: Full stop outside parens shouldn't be included http://google.com/ok.
9: 
9: (Full stop inside parens shouldn't be included http://google.com/ok.)
9: 
9: "http://google.com"
9: 
9: 'http://google.com'
9: 
9: http://🍄.ga/ http://x🍄.ga/
9: 
9: --- expected HTML
9: +++ actual HTML
9: @@ -7,15 +7,15 @@
9:  <p><a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">beedrill@pokemon.com</a></p>
9:  <p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
9:  <p>This is a <a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
9: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>.</p>
9: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>.</p>
9:  <p>mmmmailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
9: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/</p>
9: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/message</p>
9: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
9: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/</p>
9: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
9: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
9:  <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a></p>
9:  <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a>.</p>
9: -<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a></p>
9: -<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a>.</p>
9: +<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
9: +<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message.</p>
9:  <p>Email me at:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
9:  <p><a href="http://www.github.com">www.github.com</a> <a href="http://www.github.com/%C3%A1">www.github.com/á</a></p>
9:  <p><a href="http://www.google.com/a_b">www.google.com/a_b</a></p>
9: 
9: 29 passed, 1 failed, 0 errored, 0 skipped
 8/13 Test  #9: extensions_executable ..................***Failed    0.13 sec
Example 19 (lines 541-629) Autolinks
: http://google.com https://google.com

<http://google.com/å> http://google.com/å

scyther@pokemon.com

scy.the_rbe-edr+ill@pokemon.com

scyther@pokemon.com.

scyther@pokemon.com/

scyther@pokemon.com/beedrill@pokemon.com

mailto:scyther@pokemon.com

This is a mailto:scyther@pokemon.com

mailto:scyther@pokemon.com.

mmmmailto:scyther@pokemon.com

mailto:scyther@pokemon.com/

mailto:scyther@pokemon.com/message

mailto:scyther@pokemon.com/mailto:beedrill@pokemon.com

xmpp:scyther@pokemon.com

xmpp:scyther@pokemon.com.

xmpp:scyther@pokemon.com/message

xmpp:scyther@pokemon.com/message.

Email me at:scyther@pokemon.com

www.github.com www.github.com/á

www.google.com/a_b

**Autolink and http://inlines**

![http://inline.com/image](http://inline.com/image)

a.w@b.c

Full stop outside parens shouldn't be included http://google.com/ok.

(Full stop inside parens shouldn't be included http://google.com/ok.)

"http://google.com"

'http://google.com'

http://🍄.ga/ http://x🍄.ga/

--- expected HTML
+++ actual HTML
@@ -7,15 +7,15 @@
 <p><a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">beedrill@pokemon.com</a></p>
 <p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
 <p>This is a <a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>.</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>.</p>
 <p>mmmmailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/</p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/message</p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
 <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a></p>
 <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a>.</p>
-<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a></p>
-<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a>.</p>
+<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
+<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message.</p>
 <p>Email me at:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
 <p><a href="http://www.github.com">www.github.com</a> <a href="http://www.github.com/%C3%A1">www.github.com/á</a></p>
 <p><a href="http://www.google.com/a_b">www.google.com/a_b</a></p>

29 passed, 1 failed, 0 errored, 0 skipped

test 10
      Start 10: roundtrip_extensions_executable

10: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/roundtrip_tests.py" "--spec" "/<<PKGBUILDDIR>>/test/extensions.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm" "--extensions" "table strikethrough autolink tagfilter footnotes tasklist"
10: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
10: Test timeout computed to be: 10000000
4: tables ... [PASSED]
4: reference collisions ... [PASSED]
4: 19 passed, 0 errored, 0 ignored
 9/13 Test  #4: pathological_tests_library .............   Passed    2.74 sec
test 11
      Start 11: option_table_prefer_style_attributes

11: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/roundtrip_tests.py" "--spec" "/<<PKGBUILDDIR>>/test/extensions-table-prefer-style-attributes.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm --table-prefer-style-attributes" "--extensions" "table strikethrough autolink tagfilter footnotes tasklist"
11: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
11: Test timeout computed to be: 10000000
11: 1 passed, 0 failed, 0 errored, 0 skipped
10/13 Test #11: option_table_prefer_style_attributes ...   Passed    0.04 sec
test 12
      Start 12: option_full_info_string

12: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/roundtrip_tests.py" "--spec" "/<<PKGBUILDDIR>>/test/extensions-full-info-string.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm --full-info-string"
12: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
12: Test timeout computed to be: 10000000
12: 4 passed, 0 failed, 0 errored, 0 skipped
11/13 Test #12: option_full_info_string ................   Passed    0.06 sec
test 13
      Start 13: regressiontest_executable

13: Test command: /usr/bin/python3 "/<<PKGBUILDDIR>>/test/spec_tests.py" "--no-normalize" "--spec" "/<<PKGBUILDDIR>>/test/regression.txt" "--program" "/<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir/../src/cmark-gfm"
13: Working Directory: /<<PKGBUILDDIR>>/obj-s390x-linux-gnu/testdir
13: Test timeout computed to be: 10000000
10: Example 19 (lines 541-629) Autolinks
10: : http://google.com https://google.com
10: 
10: <http://google.com/å> http://google.com/å
10: 
10: scyther@pokemon.com
10: 
10: scy.the_rbe-edr+ill@pokemon.com
10: 
10: scyther@pokemon.com.
10: 
10: scyther@pokemon.com/
10: 
10: scyther@pokemon.com/beedrill@pokemon.com
10: 
10: mailto:scyther@pokemon.com
10: 
10: This is a mailto:scyther@pokemon.com
10: 
10: mailto:scyther@pokemon.com.
10: 
10: mmmmailto:scyther@pokemon.com
10: 
10: mailto:scyther@pokemon.com/
10: 
10: mailto:scyther@pokemon.com/message
10: 
10: mailto:scyther@pokemon.com/mailto:beedrill@pokemon.com
10: 
10: xmpp:scyther@pokemon.com
10: 
10: xmpp:scyther@pokemon.com.
10: 
10: xmpp:scyther@pokemon.com/message
10: 
10: xmpp:scyther@pokemon.com/message.
10: 
10: Email me at:scyther@pokemon.com
10: 
10: www.github.com www.github.com/á
10: 
10: www.google.com/a_b
10: 
10: **Autolink and http://inlines**
10: 
10: ![http://inline.com/image](http://inline.com/image)
10: 
10: a.w@b.c
10: 
10: Full stop outside parens shouldn't be included http://google.com/ok.
10: 
10: (Full stop inside parens shouldn't be included http://google.com/ok.)
10: 
10: "http://google.com"
10: 
10: 'http://google.com'
10: 
10: http://🍄.ga/ http://x🍄.ga/
10: 
10: --- expected HTML
10: +++ actual HTML
10: @@ -7,15 +7,15 @@
10:  <p><a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">beedrill@pokemon.com</a></p>
10:  <p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
10:  <p>This is a <a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
10: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>.</p>
10: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>.</p>
10:  <p>mmmmailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
10: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/</p>
10: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/message</p>
10: -<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
10: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/</p>
10: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
10: +<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
10:  <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a></p>
10:  <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a>.</p>
10: -<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a></p>
10: -<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a>.</p>
10: +<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
10: +<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message.</p>
10:  <p>Email me at:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
10:  <p><a href="http://www.github.com">www.github.com</a> <a href="http://www.github.com/%C3%A1">www.github.com/á</a></p>
10:  <p><a href="http://www.google.com/a_b">www.google.com/a_b</a></p>
10: 
10: 29 passed, 1 failed, 0 errored, 0 skipped
12/13 Test #10: roundtrip_extensions_executable ........***Failed    0.24 sec
Example 19 (lines 541-629) Autolinks
: http://google.com https://google.com

<http://google.com/å> http://google.com/å

scyther@pokemon.com

scy.the_rbe-edr+ill@pokemon.com

scyther@pokemon.com.

scyther@pokemon.com/

scyther@pokemon.com/beedrill@pokemon.com

mailto:scyther@pokemon.com

This is a mailto:scyther@pokemon.com

mailto:scyther@pokemon.com.

mmmmailto:scyther@pokemon.com

mailto:scyther@pokemon.com/

mailto:scyther@pokemon.com/message

mailto:scyther@pokemon.com/mailto:beedrill@pokemon.com

xmpp:scyther@pokemon.com

xmpp:scyther@pokemon.com.

xmpp:scyther@pokemon.com/message

xmpp:scyther@pokemon.com/message.

Email me at:scyther@pokemon.com

www.github.com www.github.com/á

www.google.com/a_b

**Autolink and http://inlines**

![http://inline.com/image](http://inline.com/image)

a.w@b.c

Full stop outside parens shouldn't be included http://google.com/ok.

(Full stop inside parens shouldn't be included http://google.com/ok.)

"http://google.com"

'http://google.com'

http://🍄.ga/ http://x🍄.ga/

--- expected HTML
+++ actual HTML
@@ -7,15 +7,15 @@
 <p><a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">beedrill@pokemon.com</a></p>
 <p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
 <p>This is a <a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a></p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>.</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>.</p>
 <p>mmmmailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/</p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/message</p>
-<p><a href="mailto:scyther@pokemon.com">mailto:scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
+<p>mailto:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/<a href="mailto:beedrill@pokemon.com">mailto:beedrill@pokemon.com</a></p>
 <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a></p>
 <p><a href="xmpp:scyther@pokemon.com">xmpp:scyther@pokemon.com</a>.</p>
-<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a></p>
-<p><a href="xmpp:scyther@pokemon.com/message">xmpp:scyther@pokemon.com/message</a>.</p>
+<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message</p>
+<p>xmpp:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a>/message.</p>
 <p>Email me at:<a href="mailto:scyther@pokemon.com">scyther@pokemon.com</a></p>
 <p><a href="http://www.github.com">www.github.com</a> <a href="http://www.github.com/%C3%A1">www.github.com/á</a></p>
 <p><a href="http://www.google.com/a_b">www.google.com/a_b</a></p>

29 passed, 1 failed, 0 errored, 0 skipped

13: 25 passed, 0 failed, 0 errored, 0 skipped
13/13 Test #13: regressiontest_executable ..............   Passed    0.12 sec

85% tests passed, 2 tests failed out of 13

Total Test time (real) =   3.04 sec

The following tests FAILED:
      9 - extensions_executable (Failed)
     10 - roundtrip_extensions_executable (Failed)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-s390x-linux-gnu'
swt2c commented 1 year ago

Seems to be fixed by PR #296