Update authors of the tests
This commit is contained in:
parent
6817218416
commit
f9963b4a01
27 changed files with 30 additions and 1 deletions
|
|
@ -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 <rbiba@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <fholec@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <fholec@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkepler@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkepler@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <psklenar@redhat.com>
|
||||
author: Petr Sklenar <psklenar@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ description: |
|
|||
|
||||
Relevancy:
|
||||
distro < rhel-6: False
|
||||
author: Jan Kejda <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ description: |-
|
|||
|
||||
Description:
|
||||
grep would segfault if you ran it with -m and -A
|
||||
author: Radek Biba <rbiba@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <rbiba@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: tests grep -w broken in multibyte locales
|
||||
description: ''
|
||||
author: Michal Nowak <mnowak@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ description: |
|
|||
|
||||
Test checks reproducer "grep -Eq '(^| )*( |$)'".
|
||||
Test checks reproducer "grep -Eq '(^| )*( |$)'".
|
||||
author: Jan Kejda <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ description: |
|
|||
1. PASS
|
||||
2. PASS
|
||||
3. 2 lines
|
||||
author: Jan Kejda <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <dkutalek@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: grep -Fw busy-loops with empty pattern
|
||||
description: ''
|
||||
author: Tim Waugh <twaugh@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
summary: memory use grows without limit
|
||||
description: |
|
||||
Purpose of /CoreOS/grep/Regression/grep-mem
|
||||
author: Ales Zelinka <azelinka@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ description: |
|
|||
Author: David Kutalek <dkutalek@redhat.com>
|
||||
Bug summary: grep is slow in UTF-8 locale
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=179636
|
||||
author:
|
||||
- Tim Waugh <twaugh@redhat.com>
|
||||
- Patrik Mosko <pmosko@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: grep -w -o should produce only the matching words
|
||||
description: ''
|
||||
author: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ summary: Test for BZ#1064668 (grep -v -f <FILE1> <FILE2> slower on RHEL6.5)
|
|||
description: |
|
||||
Bug summary: grep -v -f <FILE1> <FILE2> : slower on RHEL6.5 than in RHEL 5.10
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1064668
|
||||
author: Jan Kejda <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -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 <jkejda@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: grep -Fw should produce matches in ASCII regardless of locale
|
||||
description: ''
|
||||
author: Tim Waugh <twaugh@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: grep -P crashes
|
||||
description: ''
|
||||
author: Tim Waugh <twaugh@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
summary: Rebuilds the package with check options
|
||||
description: ''
|
||||
author: Lukas Zachar <lzachar@redhat.com>
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- grep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue