Skip to content

Commit

Permalink
bots: Add naughty override for patternfly/react-console crash
Browse files Browse the repository at this point in the history
Fixed in pf/react-console in cockpit-project#9650

Known issue cockpit-project#9641
  • Loading branch information
martinpitt committed Jul 12, 2018
1 parent 22bdb8f commit e7984d5
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bots/naughty/debian-stable/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/debian-testing/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/fedora-27/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/fedora-28/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/rhel-7/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/rhel-x/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/ubuntu-1604/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout
5 changes: 5 additions & 0 deletions bots/naughty/ubuntu-stable/9641-xtermjs-dimensions-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Traceback (most recent call last):
File "test/verify/check-machines", line *, in testSerialConsole
b.wait_not_present("div.terminal canvas.xterm-text-layer")
*
Error: timeout

0 comments on commit e7984d5

Please sign in to comment.