C 75
Make test - psl pull request #1760 Guest on 13th October 2023 01:10:14 PM
  1. Run make test
  2.   make test
  3.   shell: /usr/bin/bash -e {0}
  4. cd linter;                                \
  5.   ./pslint_selftest.sh;                     \
  6.   ./pslint.py ../public_suffix_list.dat;
  7. test_NFKC: OK
  8. test_allowedchars: OK
  9. test_dots: OK
  10. test_duplicate: OK
  11. test_exception: OK
  12. test_punycode: OK
  13. test_section1: OK
  14. test_section2: OK
  15. test_section3: OK
  16. test_section4: OK
  17. test_spaces: OK
  18. test_wildcard: OK
  19. test -d libpsl || git clone --depth=1 https://github.com/rockdaboot/libpsl;   \
  20.   cd libpsl;                                                                    \
  21. Cloning into 'libpsl'...
  22.   git pull;                                                                     \
  23.   echo "EXTRA_DIST =" >  gtk-doc.make;                                          \
  24.   echo "CLEANFILES =" >> gtk-doc.make;                                          \
  25.   autoreconf --install --force --symlink;
  26. Already up to date.
  27. autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
  28. Copying file ABOUT-NLS
  29. Creating directory build-aux
  30. Copying file build-aux/config.rpath
  31. Copying file m4/gettext.m4
  32. Copying file m4/host-cpu-c-abi.m4
  33. Copying file m4/iconv.m4
  34. Copying file m4/intlmacosx.m4
  35. Copying file m4/lib-ld.m4
  36. Copying file m4/lib-link.m4
  37. Copying file m4/lib-prefix.m4
  38. Copying file m4/nls.m4
  39. Copying file m4/po.m4
  40. Copying file m4/progtest.m4
  41. Copying file po/Makefile.in.in
  42. Copying file po/Makevars.template
  43. Copying file po/Rules-quot
  44. Copying file po/boldquot.sed
  45. Copying file po/en@boldquot.header
  46. Copying file po/en@quot.header
  47. Copying file po/insert-header.sin
  48. Copying file po/quot.sed
  49. Copying file po/remove-potcdate.sin
  50. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  51. libtoolize: linking file 'build-aux/ltmain.sh'
  52. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  53. libtoolize: linking file 'm4/libtool.m4'
  54. libtoolize: linking file 'm4/ltoptions.m4'
  55. libtoolize: linking file 'm4/ltsugar.m4'
  56. libtoolize: linking file 'm4/ltversion.m4'
  57. libtoolize: linking file 'm4/lt~obsolete.m4'
  58. configure.ac:1: warning: file `version.txt' included several times
  59. configure.ac:4: warning: file `version.txt' included several times
  60. aclocal.m4:765: AM_INIT_AUTOMAKE is expanded from...
  61. configure.ac:4: the top level
  62. configure.ac:383: warning: file `version.txt' included several times
  63. configure.ac:11: installing 'build-aux/ar-lib'
  64. configure.ac:10: installing 'build-aux/compile'
  65. configure.ac:13: installing 'build-aux/config.guess'
  66. configure.ac:13: installing 'build-aux/config.sub'
  67. configure.ac:4: installing 'build-aux/install-sh'
  68. configure.ac:4: installing 'build-aux/missing'
  69. fuzz/Makefile.am: installing 'build-aux/depcomp'
  70. parallel-tests: installing 'build-aux/test-driver'
  71. cd libpsl && ./configure -q -C --enable-runtime=libicu --enable-builtin=libicu --with-psl-file=/home/runner/work/list/list/public_suffix_list.dat --with-psl-testfile=/home/runner/work/list/list/tests/tests.txt && make -s clean && make -s check -j4
  72. configure: WARNING: --enable-builtin=libicu is deprecated, use --enable-builtin (enabled by default)
  73. config.status: creating po/POTFILES
  74. config.status: creating po/Makefile
  75. Making clean in po
  76. Making clean in include
  77. Making clean in src
  78. rm -f ./so_locations
  79. Making clean in tools
  80. rm -f psl
  81. Making clean in fuzz
  82. rm -f libpsl_icu_fuzzer libpsl_icu_load_fuzzer libpsl_icu_load_dafsa_fuzzer
  83. Making clean in tests
  84. rm -f test-is-public test-is-public-all test-is-cookie-domain-acceptable test-is-public-builtin test-registrable-domain
  85. Making clean in msvc
  86. Making check in po
  87. Making check in include
  88. Making check in src
  89.  CC       libpsl_la-lookup_string_in_fixed_set.lo
  90.  CC       libpsl_la-psl.lo
  91.  CCLD     libpsl.la
  92. Making check in tools
  93.  CC       psl.o
  94.  CCLD     psl
  95. Making check in fuzz
  96.  CC       libpsl_fuzzer.o
  97.  CC       main.o
  98.  CC       libpsl_load_fuzzer.o
  99.  CC       libpsl_load_dafsa_fuzzer.o
  100.  CCLD     libpsl_icu_fuzzer
  101.  CCLD     libpsl_icu_load_fuzzer
  102.  CCLD     libpsl_icu_load_dafsa_fuzzer
  103. PASS: libpsl_icu_load_dafsa_fuzzer
  104. PASS: libpsl_icu_fuzzer
  105. PASS: libpsl_icu_load_fuzzer
  106. ============================================================================
  107. Testsuite summary for libpsl 0.21.2
  108. ============================================================================
  109. # TOTAL: 3
  110. # PASS:  3
  111. # SKIP:  0
  112. # XFAIL: 0
  113. # FAIL:  0
  114. # XPASS: 0
  115. # ERROR: 0
  116. ============================================================================
  117. Making check in tests
  118.  CC       test-is-public.o
  119.  CC       test-is-public-all.o
  120.  CC       test-is-cookie-domain-acceptable.o
  121.  CC       test-is-public-builtin.o
  122.  CC       test-registrable-domain.o
  123.  CCLD     test-is-cookie-domain-acceptable
  124.  CCLD     test-is-public-builtin
  125.  CCLD     test-is-public
  126.  CCLD     test-is-public-all
  127.  CCLD     test-registrable-domain
  128. PASS: test-is-public
  129. PASS: test-is-public-builtin
  130. PASS: test-is-cookie-domain-acceptable
  131. PASS: test-registrable-domain
  132. PASS: test-is-public-all
  133. ============================================================================
  134. Testsuite summary for libpsl 0.21.2
  135. ============================================================================
  136. # TOTAL: 5
  137. # PASS:  5
  138. # SKIP:  0
  139. # XFAIL: 0
  140. # FAIL:  0
  141. # XPASS: 0
  142. # ERROR: 0
  143. ============================================================================
  144. Making check in msvc

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.