The NetBSD Project

CVS log for pkgsrc/devel/texttest/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / texttest

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Tue Apr 18 16:39:08 2023 UTC (7 weeks, 4 days ago) by schmonz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Update to 4.3.0. From the changelog:

New development:
- We now support multiple external formats for test results, Visual
  Studio's trx format and JetBrains XML format. This means it is now
  possible to run TextTest from within Visual Studio or JetBrains IDEs
  (e.g. PyCharm, IntelliJ, CLion) and present the results there.

Bugfixes:
- Fixed bug #107 AttributeError when reordering test suites (thanks
  Michael Behrisch)

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 13 13:47:08 2023 UTC (2 months, 4 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

Update to 4.2.3. From the changelog:

New development:
- In batch mode HTML pages there is now an additional control to make
  the filtering apply to any run, not just the most recent.

Bugfixes:
- Fix problem where checkboxes get enabled when clicking outside them

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:52 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:58 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 19 10:26:32 2022 UTC (5 months, 3 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Update to 4.2.2. From the changelog:

Bugfixes:
- Fixed problem with replay delay control in the UI, which did not work
  in locales with "," as decimal point.
- Fixed UI bug where scrolling in the Running tab ended up scrolling
  numeric values if the cursor was there.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 28 18:10:41 2022 UTC (8 months, 1 week ago) by schmonz
Branch: MAIN
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

Update to 4.2.1. From the changelog:

New development:
- Support added for integration with Azure Devops (known bugs feature)
- Basic integration with dbtext for testing with databases "database
  setup run" now possible
- Integration with capturemock improved when using http record/replay -
  sets environment variables and gives your test script control.
- Dark mode is now supported properly, e.g. by setting the environment
  variable "GTK_THEME" to "Adwaita:dark" (thanks Michael Behrisch)
- Now possible to generate separate HTML pages per version (thanks
  Michael Behrisch)
- New aliases for various config file settings (thanks Emily Bache)
- More compact host format (thanks Jens Kjerrström)
- Less precision for progress measurements on incomplete tests (thanks
  Jens Kjerrström)

Bugfixes:
- collate_script no longer uses the shell on Windows, led to
  user-dependent behaviour
- fixing prevlines filter at begin of file fix #93 (thanks
  Michael Behrisch)

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:14 2022 UTC (9 months, 4 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:19 2022 UTC (11 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 8 21:03:45 2022 UTC (12 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Update to 4.1.2. From the changelog:

Bugfixes:
- Make it possible to disable batch mode comment plugin in non-PHP
  environment (e.g. Azure blob store). (New config file setting
  "batch_include_comment_plugin")
- Support for Azure Devops added to batch mode, similar to how it worked
  for Jenkins.
- Workaround for removal of stock icons in latest GTK.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 19 16:50:15 2022 UTC (13 months, 3 weeks ago) by schmonz
Branch: MAIN
Changes since 1.14: +4 -141 lines
Diff to previous 1.14 (colored)

Update to 4.1.0. From the changelog:

* Make it possible to disable comment plugin in non-PHP environment
  (e.g. Azure blob store) [Geoff Bache]
* Adding similar support for Azure Devops that we already had for
  Jenkins [Geoff Bache]
* windows CLI self tests #99 [Michael Behrisch]
* first script for regular CI tests [Michael Behrisch]
* fixing setup after nterpretcore move #99 [Michael Behrisch]
* moving interpretcore for easier self testing #99 [Michael Behrisch]
* removing leftovers from python3 conversion [Michael Behrisch]

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 28 12:04:17 2022 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

texttest: restrict to python 3.x

(reduce py27-gobject3 users)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 12 09:50:59 2022 UTC (16 months, 3 weeks ago) by schmonz
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Remove note to self left in previous.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 12 09:47:24 2022 UTC (16 months, 3 weeks ago) by schmonz
Branch: MAIN
Changes since 1.11: +141 -3 lines
Diff to previous 1.11 (colored)

Update to 4.0.9. From the changelog:

Bugfixes:
- Allow for data files (e.g. new GUI XML files) to exist in
  texttest_config_modules along with python code
- Fixing trailing characters in floating point diff and involuntarily
  triggered split mode #98
- Making floating point diff split actually useful #45

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 9 11:58:15 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -6 lines
Diff to previous 1.10 (colored)

egg.mk: remove --single-version-externally-managed

setuptools has this as default when --root is used (since version 0.6a11).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 7 11:46:58 2022 UTC (17 months ago) by tnn
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

fix typo

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 4 14:57:00 2022 UTC (17 months ago) by schmonz
Branch: MAIN
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (colored)

texttest: convert to egg.mk.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:07 2021 UTC (18 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

revbump for icu and libffi

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 17 15:15:51 2021 UTC (18 months, 3 weeks ago) by schmonz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update to 4.08. From the changelog:

Bugfixes:
- Improved usability for knownbugs dialog
- Batch runs from Jenkins now show "old" indicator by default when more
  than a day old
- Better error handling when grid engines configured but not installed

New features:
- adding split possiblity in command line fpdiff #45
- Fix for #80, full paths in descriptions in batch report when running
  in parallel

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 23 07:19:39 2021 UTC (2 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Update to 4.0.7. From the changelog:

- Fixing comments on batch report, now compatible with PHP 7
- Try to fix recurring problems with test runs hanging when the last
  test requires a rerun due to a knownbug
- #82 trying to support Python 3.9

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 19 11:03:48 2020 UTC (2 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Update to 4.0.5. From the changelog:

- Fix for #72, newly generated test suite refers to file using
  $TEXTTEST_ROOT now to make it easier to version control
- Fix for #75, improve naming of controls and handle lack of source file
  in Import Files dialog
- Fix for #74, focus now in first combo box or text field in dialogs,
  not just first text field. Mainly for Import Files.
- Fixing preview of new or missing files that cannot be decoded using
  the default encoding
- Fix an issue when starting sge slave
- Fix issue when the config queue capacity is None
- Restore functionality to have mode-dependent window sizes
  (dynamic_screen_height etc) which was lost in 4.0
- Possibility to increase parallelism via queue_system_max_capacity
- Make sure we can terminate running tests

Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:14 2020 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:30 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 14 19:07:31 2020 UTC (3 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Not really an egg as its setup.py doesn't handle the flags.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 18 19:42:18 2020 UTC (3 years, 1 month ago) by schmonz
Branch: MAIN

Initial import of TextTest, an open source tool for text-based
functional testing. This means running a program in lots of different
ways from the command line, and using the text output produced as a
means of controlling the behaviour of that application.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>