-
Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302086-2
- Rebuild with enable hardening (bug #1636329)
-
Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302086-1
- Update to 1.302086
- Make it possible to turn off result logging in Test::Builder
-
Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302085-2
- Perl 5.26 rebuild
-
Tue May 02 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1
- Update to 1.302085
- Better IO management
- Allow access to the STDERR/STDOUT Test2::API uses
- Formatters should use the Test2::API handles
-
Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1
- Update to 1.302083
- Fixes for '. in @INC' changes (#768)
- Timeout when waiting for child procs and threads (#765)
- Fix SIGSYS localization issue (#758)
- Fix outdated docs (#759, #754)
- Fix bail-out in buffered subtest (#747)
- Fix threads timeout for older perls (as best we can)
- Fix test that incorrectly called private function as method
- Update some breakage info for Test::More::Prefix and
Test::DBIx::Class::Schema
-
Thu Mar 02 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1
- Update to 1.302078
- Fix crash when TB->reset used inside subtest
- Fix #762, newlines for todo subtest
- Revisit #637, fix rare race condition it created
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.302075-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1
- Update to 1.302075
- Add 'cid' to trace
- Add signatures to trace
- Add related() to events
- Now it is possible to check if events are related
- Add 'no_fork' option to run_subtest()
-
Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1
- Update to 1.302073
- Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
facilitate transferring event data between processes (#741)
- Generate HashBase from Object::HashBase, which has been split out
- When a subtest is marked as todo, all of its contained Ok and Subtest
events are now updated so that they return true for $e->effective_pass
(#742)
- Added two new event classes, Test2::Event::Encoding and
Test2::Event::TAP::Version; these are primarily being added for the benefit
of Test2::Harness now, but they could be useful for other Test2 event
consumer tools in the future (#743)
- Expose tools.pl as Test2::Tools::Tiny
-
Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.302067-1
- Update to 1.302067
- Fix double release when 'throw' is used in context_do()
- Repo management improvements
- Better handling of info vs. diag in ->send_event
- Fix test that used 'parent'
- Better handling of non-bumping failures (#728)
- Set the TEST_ACTIVE env var to true
- Set the TEST2_ACTIVE env var to true
- Fix cmp_ok output in some confusing cases (#6)
- Update travis config
- Add missing author deps
- Fix handling of negative pids on Windows
- Add can() to Test::Tester::Delegate (despite deprecation)
- Fix some minor test issues
- Handle cases where SysV IPC can be available but not enabled
- Import 'context' into Test2::IPC; it is used by 'cull'
- Propagate warnings settings to use_ok (#736)
- Fix context test for recent blead