disable two more tests that take 60s to run and are very narrow in terms of utility.

Swift SVN r19578
This commit is contained in:
Chris Lattner
2014-07-04 21:19:59 +00:00
parent 190d4901ae
commit fd326a4b43
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// These tests should crash. // These tests should crash.
// REQUIRES: long_tests
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir -p %t // RUN: mkdir -p %t
// RUN: %S/../../utils/gyb %s -o %t/FixedPointArithmeticTraps.swift // RUN: %S/../../utils/gyb %s -o %t/FixedPointArithmeticTraps.swift

View File

@@ -1,5 +1,7 @@
// RUN: %target-run-stdlib-swift | FileCheck %s // RUN: %target-run-stdlib-swift | FileCheck %s
// REQUIRES: long_tests
import Foundation import Foundation
import Swift import Swift