fuzz testcase
This commit is contained in:
Родитель
982d3e0bc5
Коммит
d48f314a99
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -0,0 +1 @@
|
|||
checksum = B0C9CB31
|
|
@ -5073,6 +5073,8 @@ def process(filename):
|
|||
print x
|
||||
for name in glob.glob(path_from_root('tests', 'fuzz', '*.c')):
|
||||
#if os.path.basename(name) != '4.c': continue
|
||||
if os.environ.get('EMCC_FAST_COMPILER') == '1' and os.path.basename(name) in ['17.c']: continue # pnacl limitation in not legalizing i104, i96, etc.
|
||||
|
||||
print name
|
||||
self.do_run(open(path_from_root('tests', 'fuzz', name)).read(),
|
||||
open(path_from_root('tests', 'fuzz', name + '.txt')).read(), force_c=True)
|
||||
|
|
Загрузка…
Ссылка в новой задаче