Skip to content
Snippets Groups Projects
Commit 4a41ba75 authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

JS: testsuite: use correct ticket number

Replace #22356 with #22349 for these tests because #22356 has been fixed
but now these tests fail because of #22349.
parent 78cd1132
No related branches found
No related tags found
No related merge requests found
Showing with 13 additions and 12 deletions
......@@ -4,6 +4,7 @@ else:
cleanup = 'CLEANUP=0'
test('T15594',
[extra_files(['Setup.hs', 'Stuff.hs', 'Sig.hsig', 'pkg.cabal', 'src']), js_broken(22356)],
[extra_files(['Setup.hs', 'Stuff.hs', 'Sig.hsig', 'pkg.cabal', 'src']),
js_broken(22349)],
run_command,
['$MAKE -s --no-print-directory T15594 ' + cleanup])
......@@ -6,7 +6,7 @@ else:
test('T16219',
[ extra_files(['Setup.hs', 'backpack-issue.cabal', 'library-a', 'library-a-impl', 'library-b'])
, when(opsys('mingw32'), fragile(17452))
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory T16219 ' + cleanup])
......@@ -6,7 +6,7 @@ else:
test('T20509',
[extra_files(['p', 'q', 'T20509.cabal', 'Setup.hs'])
, run_timeout_multiplier(2)
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory T20509 ' + cleanup])
......@@ -5,7 +5,7 @@ else:
test('T12733',
[extra_files(['p/', 'q/', 'Setup.hs'])
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory T12733 ' + cleanup])
......@@ -5,7 +5,7 @@ else:
test('T18567',
[ extra_files(['Setup.hs', 'sublib/', 'sublib-unused', 'src/', 'internal-lib.cabal'])
, js_broken(22356)
, js_broken(22349)
, normalise_version('internal-lib')
],
run_command,
......
......@@ -5,7 +5,7 @@ else:
test('t19518',
[ extra_files(['Setup.hs', 'p/', 'q/', 'r/'])
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory t19518 ' + cleanup])
test('T1372', [extra_files(['p1/', 'p2/']), js_broken(22356)], makefile_test, ['T1372'])
test('T1372', [extra_files(['p1/', 'p2/']), js_broken(22349)], makefile_test, ['T1372'])
test('T3007',
[ extra_files(['A/', 'B/'])
, js_broken(22356)
, js_broken(22349)
],
makefile_test, [])
......@@ -5,7 +5,7 @@ else:
test('different-db',
[ extra_files(['p/', 'q/', 'r/', 'p1/', 'unitP', 'unitQ', 'unitR', 'unitP1', 'Setup.hs'])
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory different-db ' + cleanup])
......@@ -5,7 +5,7 @@ else:
test('mhu-closure',
[ extra_files(['p/', 'q/', 'r/', 'r1/', 'unitP', 'unitQ', 'unitR', 'unitR1', 'Setup.hs'])
, js_broken(22356)
, js_broken(22349)
],
run_command,
['$MAKE -s --no-print-directory mhu-closure ' + cleanup])
test('package-imports-20779', [extra_files(['q-1', 'q-2', 'q-3', 'p', 'Setup.hs']),
when(fast(), skip), js_broken(22356)],
when(fast(), skip), js_broken(22349)],
makefile_test,
[])
......@@ -32,7 +32,7 @@ test('safePkg01',
normalise_version("array", "ghc-bignum", "bytestring",
"base", "deepseq", "ghc-prim"),
normalise_fun(normalise_errmsg),
js_broken(22356)],
js_broken(22349)],
run_command, ['$MAKE -s --no-print-directory safePkg01 ' + make_args])
# Fail since we enable package trust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment