QE owner format update
This commit is contained in:
parent
aff7e9d1c0
commit
113015a0d8
24 changed files with 24 additions and 24 deletions
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1083924 (Include c++11 syntax highlighting in vim)
|
|||
description: |
|
||||
Bug summary: Include c++11 syntax highlighting in vim
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1083924
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1204179 (missing /bin/vi breaks visudo, sudoedit, crontab)
|
|||
description: |
|
||||
Bug summary: missing /bin/vi breaks visudo, sudoedit, crontab -e, etc.
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1204179
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1383902 (CPU spikes to 100% and timeouts observed in strace
|
|||
description: |
|
||||
Bug summary: CPU spikes to 100% and timeouts observed in strace when opening yaml extensions using vim
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1383902
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
summary: Check if vim segfaults when receives SIGTERM and SIGHUP in a short amount
|
||||
of time
|
||||
description: ''
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ description: |
|
|||
Test checks whether vim suggests all packages needed for clean install and functionality
|
||||
of som of its feature (like python2/python3/perl embedded interpreters, ...).
|
||||
Packages that don't require other dependencies/packages are ignored.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: |
|
|||
|
||||
Decsription:
|
||||
Try to open gvim (with GUI) through xvfb-run in virtual X environment.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1676339 (Vim runs out of memory during a find and replace)
|
|||
description: |
|
||||
Bug summary: Vim runs out of memory during a find and replace
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1676339
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1686822 (Add Provides bundled(libvterm))
|
|||
description: |
|
||||
Bug summary: Add Provides: bundled(libvterm)
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1686822
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#1743070 (manpage of vim is garbled in Japanese locale)
|
|||
description: |
|
||||
Bug summary: manpage of vim is garbled in Japanese locale
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1743070
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ description: |
|
|||
|
||||
This test checks for augroup presence in /etc/vimrc and makes sure
|
||||
deactivating all rh-provided autocmds works with :au! redhat
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ description: |
|
|||
available exceeded 4GB. In such cases maxmemtot variable would be
|
||||
incorrectly set to a very low value which caused vim to slow down
|
||||
considerably on large files.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ description: |
|
|||
vim is apparently linked to libtermcap instead of libcurses or
|
||||
libncurses (preferable). This causes many vim to have incorrect
|
||||
capabilities under many values for TERM.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ description: |
|
|||
|
||||
Since the fix for security issue CVE-2008-6235 the delete command
|
||||
of netrw plugin does not successfully delete files or directories.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
summary: Test for bz506442 (Add Vim to Applications > Accessories menu)
|
||||
description: ''
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ description: |
|
|||
Description:
|
||||
|
||||
Escalated to Bugzilla from IssueTracker
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: |
|
|||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=591578
|
||||
|
||||
Check whether in zh_CN.gbk locale netrw plugin correctly displays filenames.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ description: |
|
|||
|
||||
Test Case Relevancy:
|
||||
distro = rhel-4, rhel-5: False
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: |
|
|||
|
||||
Check whether 'vim ..' correctly displays contents of the parent
|
||||
directory.
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ description: |
|
|||
|
||||
Vim completion crash reproducer based on the test case by Ingo Karkat:
|
||||
http://vim.1045645.n5.nabble.com/Crash-with-completefunc-mapping-followed-by-text-td1210506.html
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ summary: Test for BZ#820331 (Vim syntax file for sshdconfig is missing newer)
|
|||
description: |
|
||||
Bug summary: Vim syntax file for sshdconfig is missing newer keyword entries
|
||||
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=820331
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ description: |+
|
|||
https://wiki.test.redhat.com/BaseOs/BestPractices/TestsForManPages
|
||||
* "name of the test where one phase is one man page bug might be like this: /CoreOS/<component>/Sanity || Regression/docs "
|
||||
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
summary: Test whether we load system wide vimrcs
|
||||
description: ''
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
summary: Upstream script tests
|
||||
description: ''
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
summary: upstream-unittests
|
||||
description: 'Runs upstream unit tests'
|
||||
contact: fhrdina@redhat.com
|
||||
contact: Frantisek Hrdina <fhrdina@redhat.com>
|
||||
component:
|
||||
- vim
|
||||
test: ./runtest.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue