summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/all.T
blob: 569962761a3eae491459eb9843cd09490280a79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
test('T3807',
     [unless(have_dynamic(), skip),
      when(have_thread_sanitizer(), expect_broken(18883))],
    makefile_test, [])

test('T4464', [req_dynamic_hs, unless(opsys('mingw32'), skip)], makefile_test, [])

test('T5373', [unless(have_dynamic(), skip)], makefile_test, [])

# It's not clear exactly what platforms we can expect this to succeed on.
test('T13702',
     [when(have_thread_sanitizer(), expect_broken(18884)),
      unless(have_dynamic(), skip),
      unless(opsys('linux'), skip)],
     makefile_test, [])

# test that -shared and -flink-rts actually links the RTS
test('T18072', [unless(have_dynamic(), skip), unless(opsys('linux'), skip)], makefile_test, [])

# test that -shared and -flink-rts respects alternative RTS flavours
test('T18072debug',
     [unless(have_dynamic(), skip),
      extra_files(['T18072.hs']),
      unless(opsys('linux'), skip)],
     makefile_test, [])

# check that -staticlib and -fno-link-rts results in an archive without the RTS library 
test('T18072static',
     [extra_files(['T18072.hs']),
      unless(opsys('linux'), skip)],
     makefile_test, [])