File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
validation-test/compiler_crashers_fixed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22
3- // RUN: echo '#"' > %t/main1.swift
4- // RUN: echo -n '#"' > %t/main2.swift
3+ // RUN: echo '#"' > %t/main1.swift
4+ // RUN: echo -n '#"' > %t/main2.swift
5+ // RUN: echo '"""' > %t/main3.swift
6+ // RUN: echo -n '"""' > %t/main4.swift
7+ // RUN: echo '#"""' > %t/main5.swift
8+ // RUN: echo -n '#"""' > %t/main6.swift
59
610// RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main1.swift
711// RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main2.swift
12+ // RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main3.swift
13+ // RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main4.swift
14+ // RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main5.swift
15+ // RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib not %target-swift-frontend -typecheck %t/main6.swift
816
917// guardmalloc is incompatible with ASAN
1018// REQUIRES: no_asan
You can’t perform that action at this time.
0 commit comments