Validation testsuite: annotate compiler crashers for AddressSanitizer

Tests that crash the compiler are expected to fail under
AddressSanitizer.

Swift SVN r24071
This commit is contained in:
Dmitri Hrybenko
2014-12-22 18:22:07 +00:00
parent 7d50db0cec
commit 5d41b6ac9f
1054 changed files with 1054 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// RUN: not --crash %target-swift-frontend %s -parse
// XFAIL: asan
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)