scripts: Annotate pages with bug reports in segfault_test
This commit is contained in:
parent
47a2857640
commit
e6b81c86b5
@ -66,11 +66,23 @@ def main():
|
|||||||
retvals = []
|
retvals = []
|
||||||
if len(sys.argv) < 2:
|
if len(sys.argv) < 2:
|
||||||
# pages which previously caused problems
|
# pages which previously caused problems
|
||||||
pages = ['http://www.binpress.com/', 'http://www.20min.ch/',
|
pages = [
|
||||||
'https://imzdl.com/', 'http://www.the-compiler.org/',
|
# ANGLE, https://bugreports.qt-project.org/browse/QTBUG-39723
|
||||||
'http://phoronix.com', 'http://lenta.ru/',
|
'http://www.binpress.com/',
|
||||||
'http://david.li/flow/',
|
'http://david.li/flow/',
|
||||||
'http://salt.readthedocs.org/en/latest/topics/pillar/']
|
'https://imzdl.com/',
|
||||||
|
# not reproducable
|
||||||
|
# https://bugreports.qt-project.org/browse/QTBUG-39847
|
||||||
|
'http://www.20min.ch/',
|
||||||
|
# HarfBuzz, https://bugreports.qt-project.org/browse/QTBUG-39278
|
||||||
|
'http://www.the-compiler.org/',
|
||||||
|
'http://phoronix.com',
|
||||||
|
'http://twitter.com',
|
||||||
|
# HarfBuzz #2, https://bugreports.qt-project.org/browse/QTBUG-36099
|
||||||
|
'http://lenta.ru/',
|
||||||
|
# Unknown, https://bugreports.qt-project.org/browse/QTBUG-41360
|
||||||
|
'http://salt.readthedocs.org/en/latest/topics/pillar/'
|
||||||
|
]
|
||||||
else:
|
else:
|
||||||
pages = sys.argv[1:]
|
pages = sys.argv[1:]
|
||||||
for page in pages:
|
for page in pages:
|
||||||
|
Loading…
Reference in New Issue
Block a user