Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 53a73d1

Browse files
committed
LDC: Disable some new tests
1 parent ea4fae2 commit 53a73d1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

compilable/test23068.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
DISABLED: osx
2+
DISABLED: osx LDC
33
REQUIRED_ARGS: -vasm -betterC -checkaction=halt
44
TEST_OUTPUT:
55
---

fail_compilation/test21477.d

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* REQUIRED_ARGS: -betterC
2+
DISABLED: LDC // no expression info in error msg
23
TEST_OUTPUT:
34
---
45
fail_compilation/test21477.d(103): Error: expression `[1]` uses the GC and cannot be used with switch `-betterC`

runnable/test23058.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* https://issues.dlang.org/show_bug.cgi?id=23058
2+
* DISABLED: LDC // unsupported initializer lists
23
*/
34

45
int printf(const char *s, ...);

0 commit comments

Comments
 (0)