diff --git a/Performance/bz587635-Speed-in-Unicode/main.fmf b/Performance/bz587635-Speed-in-Unicode/main.fmf index d6ce4d9..7d6ff19 100644 --- a/Performance/bz587635-Speed-in-Unicode/main.fmf +++ b/Performance/bz587635-Speed-in-Unicode/main.fmf @@ -13,6 +13,7 @@ description: | It's about eight seconds on one test box and more than half a minute on another one. On my RHEL 5 box, it would be about one second! I admit linux.words in RHEL 6 has 206 more words, but that's negligible. :) As a matter of fact, if I unpack the RHEL 5 grep on the 'slower' RHEL 6 box and use it, it's able to finish in a second, too. All the test systems use the default locale settings, ie. en_US.UTF-8. The time goes down significantly when using "C", but it's not always desired/possible to use that. (I can explain this statement later if you want) +author: Radek Biba contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz1040710-include-not-working-as-expected/main.fmf b/Regression/bz1040710-include-not-working-as-expected/main.fmf index bb3cbcd..67fe4b7 100644 --- a/Regression/bz1040710-include-not-working-as-expected/main.fmf +++ b/Regression/bz1040710-include-not-working-as-expected/main.fmf @@ -2,6 +2,7 @@ summary: Test for grep to confirm --include works correctly description: | Bug summary: --include not working as expected Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1040710 +author: Filip Holec contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz1050916-malformed-output-when-coloring-is-on/main.fmf b/Regression/bz1050916-malformed-output-when-coloring-is-on/main.fmf index 4449de9..088e287 100644 --- a/Regression/bz1050916-malformed-output-when-coloring-is-on/main.fmf +++ b/Regression/bz1050916-malformed-output-when-coloring-is-on/main.fmf @@ -3,6 +3,7 @@ summary: Test for grep to confirm output is not malformed when coloring is on an description: | Bug summary: malformed output when coloring is on and grep -P has unicode input Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1050916 +author: Filip Holec contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz1256756-grep-r-has-been-broken/main.fmf b/Regression/bz1256756-grep-r-has-been-broken/main.fmf index 1560d9c..66bb303 100644 --- a/Regression/bz1256756-grep-r-has-been-broken/main.fmf +++ b/Regression/bz1256756-grep-r-has-been-broken/main.fmf @@ -2,6 +2,7 @@ summary: Test for BZ#1256756 (grep -r has been broken in RHEL 6.7) description: | Bug summary: grep -r has been broken in RHEL 6.7 Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1256756 +author: Jan Kepler contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz1287074-start-end-E-issue/main.fmf b/Regression/bz1287074-start-end-E-issue/main.fmf index 486c3e9..a94e282 100644 --- a/Regression/bz1287074-start-end-E-issue/main.fmf +++ b/Regression/bz1287074-start-end-E-issue/main.fmf @@ -2,6 +2,7 @@ summary: Test for BZ#1287074 (grep-2.20 fix grep -E '^a|a\) description: | Bug summary: grep-2.20: fix grep -E '^a|a$' Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1287074 +author: Jan Kepler contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz1567086-grep-does-not-provide-usr-bin-grep/main.fmf b/Regression/bz1567086-grep-does-not-provide-usr-bin-grep/main.fmf index c4972a8..697fa43 100644 --- a/Regression/bz1567086-grep-does-not-provide-usr-bin-grep/main.fmf +++ b/Regression/bz1567086-grep-does-not-provide-usr-bin-grep/main.fmf @@ -2,7 +2,8 @@ summary: Test for BZ#1567086 (grep does not provide /usr/bin/grep) description: | Bug summary: grep does not provide /usr/bin/grep Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1567086 -contact: Petr Sklenar +author: Petr Sklenar +contact: Frantisek Hrdina component: - grep test: ./runtest.sh diff --git a/Regression/bz204255-grep-empty-pattern/main.fmf b/Regression/bz204255-grep-empty-pattern/main.fmf index 2744bbd..f0c0e4f 100644 --- a/Regression/bz204255-grep-empty-pattern/main.fmf +++ b/Regression/bz204255-grep-empty-pattern/main.fmf @@ -16,6 +16,7 @@ description: | Relevancy: distro < rhel-6: False +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz434934-segfault-with-m-and-A/main.fmf b/Regression/bz434934-segfault-with-m-and-A/main.fmf index 4597a91..892321f 100644 --- a/Regression/bz434934-segfault-with-m-and-A/main.fmf +++ b/Regression/bz434934-segfault-with-m-and-A/main.fmf @@ -5,6 +5,7 @@ description: |- Description: grep would segfault if you ran it with -m and -A +author: Radek Biba contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz460641-korean-grep-eats-cpu/main.fmf b/Regression/bz460641-korean-grep-eats-cpu/main.fmf index 86c727c..f3dde7d 100644 --- a/Regression/bz460641-korean-grep-eats-cpu/main.fmf +++ b/Regression/bz460641-korean-grep-eats-cpu/main.fmf @@ -6,6 +6,7 @@ description: |- Description: At a Korean customer, a script that contained an fgrep appeared to be hung. top showed that an fgrep was taking 100% of cpu. +author: Radek Biba contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz574350-grep-w-broken-in-multibyte-locales/main.fmf b/Regression/bz574350-grep-w-broken-in-multibyte-locales/main.fmf index f2f0d6c..ba2fdc2 100644 --- a/Regression/bz574350-grep-w-broken-in-multibyte-locales/main.fmf +++ b/Regression/bz574350-grep-w-broken-in-multibyte-locales/main.fmf @@ -1,5 +1,6 @@ summary: tests grep -w broken in multibyte locales description: '' +author: Michal Nowak contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz715295-process-grep-was-killed/main.fmf b/Regression/bz715295-process-grep-was-killed/main.fmf index 6c1fbc0..a732763 100644 --- a/Regression/bz715295-process-grep-was-killed/main.fmf +++ b/Regression/bz715295-process-grep-was-killed/main.fmf @@ -5,6 +5,7 @@ description: | Test checks reproducer "grep -Eq '(^| )*( |$)'". Test checks reproducer "grep -Eq '(^| )*( |$)'". +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz797934-segfault-for-grep-Fie/main.fmf b/Regression/bz797934-segfault-for-grep-Fie/main.fmf index 15b9d58..f0ab121 100644 --- a/Regression/bz797934-segfault-for-grep-Fie/main.fmf +++ b/Regression/bz797934-segfault-for-grep-Fie/main.fmf @@ -28,6 +28,7 @@ description: | 1. PASS 2. PASS 3. 2 lines +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/bz826997-broken-ignore-case-with-UTF8/main.fmf b/Regression/bz826997-broken-ignore-case-with-UTF8/main.fmf index 86a4544..603e3f0 100644 --- a/Regression/bz826997-broken-ignore-case-with-UTF8/main.fmf +++ b/Regression/bz826997-broken-ignore-case-with-UTF8/main.fmf @@ -9,6 +9,7 @@ description: | "Grep doesn't work correctly if you use a case-insesitive search with UTF8 encoding when there is an UTF8 character." Test checks reproducer and number of lines in log file. +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/core-dump-with-perl-regexps-on-some-binary-file/main.fmf b/Regression/core-dump-with-perl-regexps-on-some-binary-file/main.fmf index c4b798e..417532f 100644 --- a/Regression/core-dump-with-perl-regexps-on-some-binary-file/main.fmf +++ b/Regression/core-dump-with-perl-regexps-on-some-binary-file/main.fmf @@ -3,6 +3,7 @@ summary: Test for BZ#1126757 (grep aborts with core dumped when using perl regex description: | Bug summary: grep aborts with core dumped when using perl regexps on some binary file Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1126757 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/core-dump-with-recurse-and-perl-switch/main.fmf b/Regression/core-dump-with-recurse-and-perl-switch/main.fmf index 5bc18de..347fc95 100644 --- a/Regression/core-dump-with-recurse-and-perl-switch/main.fmf +++ b/Regression/core-dump-with-recurse-and-perl-switch/main.fmf @@ -3,6 +3,7 @@ summary: Test for BZ#1167766 (grep Abandons (with core dump in some systems) whe description: | Bug summary: grep Abandons (with core dump in some systems) when invoked with recurse and perl switches Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1167766 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/grep-E-UTF-8-match/main.fmf b/Regression/grep-E-UTF-8-match/main.fmf index dd2b9a5..8e0a298 100644 --- a/Regression/grep-E-UTF-8-match/main.fmf +++ b/Regression/grep-E-UTF-8-match/main.fmf @@ -4,6 +4,7 @@ description: |4+ Bug summary: Curly brace repetition broken with multibyte chars? Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=176345 +author: David Kutalek contact: Frantisek Hrdina component: - grep diff --git a/Regression/grep-Fw-loop/main.fmf b/Regression/grep-Fw-loop/main.fmf index bd37ca7..b4af30d 100644 --- a/Regression/grep-Fw-loop/main.fmf +++ b/Regression/grep-Fw-loop/main.fmf @@ -1,5 +1,6 @@ summary: grep -Fw busy-loops with empty pattern description: '' +author: Tim Waugh contact: Frantisek Hrdina component: - grep diff --git a/Regression/grep-mem/main.fmf b/Regression/grep-mem/main.fmf index cc36ceb..caa5131 100644 --- a/Regression/grep-mem/main.fmf +++ b/Regression/grep-mem/main.fmf @@ -1,6 +1,7 @@ summary: memory use grows without limit description: | Purpose of /CoreOS/grep/Regression/grep-mem +author: Ales Zelinka contact: Frantisek Hrdina component: - grep diff --git a/Regression/grep-slow-UTF-8/main.fmf b/Regression/grep-slow-UTF-8/main.fmf index baea91a..63dd03b 100644 --- a/Regression/grep-slow-UTF-8/main.fmf +++ b/Regression/grep-slow-UTF-8/main.fmf @@ -3,6 +3,9 @@ description: | Author: David Kutalek Bug summary: grep is slow in UTF-8 locale Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=179636 +author: + - Tim Waugh + - Patrik Mosko contact: Frantisek Hrdina component: - grep diff --git a/Regression/grep-w/main.fmf b/Regression/grep-w/main.fmf index e27f844..7cf8ab6 100644 --- a/Regression/grep-w/main.fmf +++ b/Regression/grep-w/main.fmf @@ -1,5 +1,6 @@ summary: grep -w -o should produce only the matching words description: '' +author: Frantisek Hrdina contact: Frantisek Hrdina component: - grep diff --git a/Regression/inconsistent-w-and-alnum-behaviour/main.fmf b/Regression/inconsistent-w-and-alnum-behaviour/main.fmf index 4bee7a2..af06677 100644 --- a/Regression/inconsistent-w-and-alnum-behaviour/main.fmf +++ b/Regression/inconsistent-w-and-alnum-behaviour/main.fmf @@ -2,6 +2,7 @@ summary: Test for BZ#799863 (inconsistent \w and [[alnum]] behaviour) description: | Bug summary: inconsistent \w and [[:alnum:]] behaviour Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=799863 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/lowercase-uppercase-wrong-searching/main.fmf b/Regression/lowercase-uppercase-wrong-searching/main.fmf index 070db0e..ec2ce6b 100644 --- a/Regression/lowercase-uppercase-wrong-searching/main.fmf +++ b/Regression/lowercase-uppercase-wrong-searching/main.fmf @@ -3,6 +3,7 @@ summary: Test for BZ#1171806 (grep matches lowercase when only searching for upp description: | Bug summary: grep matches lowercase when only searching for uppercase range Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1171806 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/slow-grep-v-f-between-two-files/main.fmf b/Regression/slow-grep-v-f-between-two-files/main.fmf index c35dea6..ba71691 100644 --- a/Regression/slow-grep-v-f-between-two-files/main.fmf +++ b/Regression/slow-grep-v-f-between-two-files/main.fmf @@ -2,6 +2,7 @@ summary: Test for BZ#1064668 (grep -v -f slower on RHEL6.5) description: | Bug summary: grep -v -f : slower on RHEL6.5 than in RHEL 5.10 Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1064668 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Regression/word-boundary-error-near-an-utf8-character/main.fmf b/Regression/word-boundary-error-near-an-utf8-character/main.fmf index 423ef98..4673b14 100644 --- a/Regression/word-boundary-error-near-an-utf8-character/main.fmf +++ b/Regression/word-boundary-error-near-an-utf8-character/main.fmf @@ -2,6 +2,7 @@ summary: Test for BZ#982215 (word boundary error near an utf8 character) description: | Bug summary: word boundary error near an utf8 character Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=982215 +author: Jan Kejda contact: Frantisek Hrdina component: - grep diff --git a/Sanity/grep-Fw-ASCII/main.fmf b/Sanity/grep-Fw-ASCII/main.fmf index c01fa1a..cd64d3c 100644 --- a/Sanity/grep-Fw-ASCII/main.fmf +++ b/Sanity/grep-Fw-ASCII/main.fmf @@ -1,5 +1,6 @@ summary: grep -Fw should produce matches in ASCII regardless of locale description: '' +author: Tim Waugh contact: Frantisek Hrdina component: - grep diff --git a/Sanity/grep-P-crash/main.fmf b/Sanity/grep-P-crash/main.fmf index 3aeecc1..12394c2 100644 --- a/Sanity/grep-P-crash/main.fmf +++ b/Sanity/grep-P-crash/main.fmf @@ -1,5 +1,6 @@ summary: grep -P crashes description: '' +author: Tim Waugh contact: Frantisek Hrdina component: - grep diff --git a/Sanity/rpmbuild-rebuild-with-check/main.fmf b/Sanity/rpmbuild-rebuild-with-check/main.fmf index 14c0115..e0552b8 100644 --- a/Sanity/rpmbuild-rebuild-with-check/main.fmf +++ b/Sanity/rpmbuild-rebuild-with-check/main.fmf @@ -1,5 +1,6 @@ summary: Rebuilds the package with check options description: '' +author: Lukas Zachar contact: Frantisek Hrdina component: - grep