Fri, 03 May 2024 17:51:20 UTC | login

Information for build perl-Test-Simple-1.302156-1.fc30

ID85609
Package Nameperl-Test-Simple
Version1.302156
Release1.fc30
Epoch2
SummaryBasic utilities for writing tests
DescriptionThis package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 12 Jan 2019 06:48:16 UTC
CompletedSat, 12 Jan 2019 06:48:16 UTC
Tags
f30
f31
RPMs
src
perl-Test-Simple-1.302156-1.fc30.src.rpm (info) (download)
noarch
perl-Test-Simple-1.302156-1.fc30.noarch.rpm (info) (download)
Changelog * Tue Jan 08 2019 Paul Howarth <paul@city-fan.org> - 2:1.302156-1 - Update to 1.302156 - Fix Windows fork+test failure (GH#814) - Documentation updates (GH#819) - Fix verbose TAP newline regression (GH#810) - Fix local $TODO bugs (GH#812, GH#817) - Fix shm read warning (GH#815) - Merge doc fix PR's from magnolia-k - Fix failure to check error code on shmwrite (GH#815) - Fix localization error in new test (GH#820) - Fix SHM test to work on machines without SHM - Fix locale errors in Instance.t - Windows test fixes - Perl 5.6 test fixes - Add trace to SHM error when possible - Fix test not to fail in non-english locales * Sun Dec 02 2018 Paul Howarth <paul@city-fan.org> - 2:1.302141-1 - Update to 1.302141 - Fix bug where IPC init failed in preload+fork environments * Tue Aug 14 2018 Paul Howarth <paul@city-fan.org> - 2:1.302140-1 - Update to 1.302140 - Mask warning from the recent IPC fix generated when threaded Test tools are loaded at run-time * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.302138-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.302138-1 - Update to 1.302138 - Make it safe to fork before events in IPC * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-3 - Perl 5.28 re-rebuild of bootstrapped packages * Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-2 - Perl 5.28 rebuild * Thu Apr 19 2018 Paul Howarth <paul@city-fan.org> - 1:1.302136-1 - Update to 1.302136 - Add test2_add_callback_testing_done to Test2::API * Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 1:1.302135-1 - Update to 1.302135 - Make sure all hubs, events, and contexts get a unique (per run) id - Use a common generator for unique(enough) id's (not UUIDs) * Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 1:1.302133-1 - Update to 1.302133 - Make sure event puts the uuid into the about facet - Add method to validate facet data - Add Test2::Event::V2 event class, and context helpers - Improve how events handle facets - Break out meta_facet_data - Document and fix Facets2Legacy - Fix nested and in_subtest to look at hub facets - Fix event->related and trace with uuid * Thu Mar 08 2018 Paul Howarth <paul@city-fan.org> - 1:1.302130-1 - Update to 1.302130 - Make hubs tag events with a new facet * Tue Mar 06 2018 Petr Pisar <ppisar@redhat.com> - 1:1.302128-1 - Update to 1.302128 - Add optional UUID tagging * Thu Feb 22 2018 Paul Howarth <paul@city-fan.org> - 1:1.302125-1 - Update to 1.302125 - Make it possible to disable IPC - Fix a test to skip without threads * Tue Feb 06 2018 Paul Howarth <paul@city-fan.org> - 1:1.302122-1 - Update to 1.302122 - Add 'mode' to render facet * Mon Feb 05 2018 Paul Howarth <paul@city-fan.org> - 1:1.302121-1 - Update to 1.302121 - Update Copyright - Add 'render' facet * Thu Nov 30 2017 Paul Howarth <paul@city-fan.org> - 1:1.302120-1 - Update to 1.302120 - Fix IPC reload bug * Wed Nov 29 2017 Paul Howarth <paul@city-fan.org> - 1:1.302118-1 - Update to 1.302118 - Added pre-subtest hook to Test2::API (GH#801) - ipc_wait now reports exit and signal values - Add better interface for ipc_wait - Fix event Out of Order bug - Add driver_abort() hook for IPC Drivers * Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302113-1 - Update to 1.302113 - Fix test on threaded 5.8 - Fix SIGPIPE in IPC test - Mark t/Test2/regression/gh_16.t as usually AUTHOR_TESTING only * Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 1:1.302111-1 - Update to 1.302111 - Fix some fragile tests - Apply p5p test patch from Craig A. Berry - Allow regexp in Test::Tester * Mon Oct 23 2017 Paul Howarth <paul@city-fan.org> - 1:1.302106-1 - Update to 1.302106 - Combine multiple diags into one event - Make version number in HashBase sane * Mon Oct 16 2017 Paul Howarth <paul@city-fan.org> - 1:1.302103-1 - Update to 1.302103 - Fix some TODO edge cases that were not previously accounted for * Fri Oct 13 2017 Paul Howarth <paul@city-fan.org> - 1:1.302101-1 - Update to 1.302101 - Bump Test::Builder::IO::Scalar version for core * Wed Oct 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302100-1 - Update to 1.302100 - Fix run_subtest inherit_trace option * Tue Oct 03 2017 Paul Howarth <paul@city-fan.org> - 1:1.302098-1 - Update to 1.302098 - Add docs for test2_stdout and test2_stderr - Fix 5.6 support * Tue Oct 03 2017 Paul Howarth <paul@city-fan.org> - 1:1.302097-1 - Update to 1.302097 - Fix hub->process bug that could let an error pass - Fix modification of read only value (#789) - Fix typo in Test::Builder when looking for IPC (#777) - Fix clone_io broke on scalar io layer (#791) - Fix Exception event stringify exception (#756, #790) - Localize $^E in context (#780) - Fix test that failed in verbose mode (#770) * Mon Sep 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302096-1 - Update to 1.302096 - Introduce 'Facets' for events - Performance enhancements - Upgrade inline HashBase - Move Test2::Util::Trace to Test2::EventFacet::Trace - Track hub id in Trace - Remove Info event - Add Pass and Fail events - Remove Event JSON interface - Fix tests on perl 5.25+ with newer Data::Dumper - Fix plan in buffered subtest so that the facts say it is buffered - Fix test that unintentionally required Test2::Suite - Add 'new_root' constructor for formatters - Add intercept_deep() to the API - Fix bug in Version event - Add 'number' attribute to assertion facet - Fix bug in Facets for TodoDiag - Add API command to reset after a fork - Add 'important' flag to info event facet - Make sure Test::Builder does not initialize Test2 too soon - Fix Test::Builder in a preload scenario - Make several tests work with preload - Fix to work with subref-in-stash optimization * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.302086-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * 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()