From 2bb177b271d0953e1142c5e01a7e0f2a09b9dec3 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Wed, 31 May 2017 14:35:50 +0000 Subject: [PATCH] Enable the ARM Neon intrinsics test by default. The test being marked 'REQUIRES: long-tests' doesn't make sense. It's not the first time the test is broken without being noticed by the committer. If the test is too long, it should be shortened, split in multiple ones or removed altogether. Keeping it as is is actively harmful. (BTW, on my machine `ninja check-clang` takes 90-92 seconds with and without this test. The difference in times is below the spread caused by random factors.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304302 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/arm_neon_intrinsics.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/arm_neon_intrinsics.c b/test/CodeGen/arm_neon_intrinsics.c index 15bf61a12c..62888dd733 100644 --- a/test/CodeGen/arm_neon_intrinsics.c +++ b/test/CodeGen/arm_neon_intrinsics.c @@ -3,8 +3,6 @@ // RUN: -disable-O0-optnone -emit-llvm -o - %s \ // RUN: | opt -S -mem2reg | FileCheck %s -// REQUIRES: long-tests - #include // CHECK-LABEL: @test_vaba_s8( -- 2.50.1