From b065399890ce51c47c7d39d811e38143e702220a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 22 Jun 2016 01:55:59 +0000 Subject: [PATCH] Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273364 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{std => libcxx}/language.support/cstdint/version.pass.cpp | 0 .../language.support/support.dynamic/version.pass.cpp | 0 .../language.support/support.exception/version.pass.cpp | 0 .../language.support/support.initlist/version.pass.cpp | 0 .../support.limits/c.limits/version_cfloat.pass.cpp | 0 .../support.limits/c.limits/version_climits.pass.cpp | 0 .../language.support/support.limits/limits/version.pass.cpp | 0 .../language.support/support.rtti/version.pass.cpp | 0 .../language.support/support.runtime/version_csetjmp.pass.cpp | 0 .../language.support/support.runtime/version_csignal.pass.cpp | 0 .../language.support/support.runtime/version_cstdarg.pass.cpp | 0 .../language.support/support.runtime/version_cstdbool.pass.cpp | 0 .../language.support/support.runtime/version_cstdlib.pass.cpp | 0 .../language.support/support.runtime/version_ctime.pass.cpp | 0 .../language.support/support.types/version.pass.cpp | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test/{std => libcxx}/language.support/cstdint/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.dynamic/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.exception/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.initlist/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.limits/c.limits/version_cfloat.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.limits/c.limits/version_climits.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.limits/limits/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.rtti/version.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_csetjmp.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_csignal.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_cstdarg.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_cstdbool.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_cstdlib.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.runtime/version_ctime.pass.cpp (100%) rename test/{std => libcxx}/language.support/support.types/version.pass.cpp (100%) diff --git a/test/std/language.support/cstdint/version.pass.cpp b/test/libcxx/language.support/cstdint/version.pass.cpp similarity index 100% rename from test/std/language.support/cstdint/version.pass.cpp rename to test/libcxx/language.support/cstdint/version.pass.cpp diff --git a/test/std/language.support/support.dynamic/version.pass.cpp b/test/libcxx/language.support/support.dynamic/version.pass.cpp similarity index 100% rename from test/std/language.support/support.dynamic/version.pass.cpp rename to test/libcxx/language.support/support.dynamic/version.pass.cpp diff --git a/test/std/language.support/support.exception/version.pass.cpp b/test/libcxx/language.support/support.exception/version.pass.cpp similarity index 100% rename from test/std/language.support/support.exception/version.pass.cpp rename to test/libcxx/language.support/support.exception/version.pass.cpp diff --git a/test/std/language.support/support.initlist/version.pass.cpp b/test/libcxx/language.support/support.initlist/version.pass.cpp similarity index 100% rename from test/std/language.support/support.initlist/version.pass.cpp rename to test/libcxx/language.support/support.initlist/version.pass.cpp diff --git a/test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp b/test/libcxx/language.support/support.limits/c.limits/version_cfloat.pass.cpp similarity index 100% rename from test/std/language.support/support.limits/c.limits/version_cfloat.pass.cpp rename to test/libcxx/language.support/support.limits/c.limits/version_cfloat.pass.cpp diff --git a/test/std/language.support/support.limits/c.limits/version_climits.pass.cpp b/test/libcxx/language.support/support.limits/c.limits/version_climits.pass.cpp similarity index 100% rename from test/std/language.support/support.limits/c.limits/version_climits.pass.cpp rename to test/libcxx/language.support/support.limits/c.limits/version_climits.pass.cpp diff --git a/test/std/language.support/support.limits/limits/version.pass.cpp b/test/libcxx/language.support/support.limits/limits/version.pass.cpp similarity index 100% rename from test/std/language.support/support.limits/limits/version.pass.cpp rename to test/libcxx/language.support/support.limits/limits/version.pass.cpp diff --git a/test/std/language.support/support.rtti/version.pass.cpp b/test/libcxx/language.support/support.rtti/version.pass.cpp similarity index 100% rename from test/std/language.support/support.rtti/version.pass.cpp rename to test/libcxx/language.support/support.rtti/version.pass.cpp diff --git a/test/std/language.support/support.runtime/version_csetjmp.pass.cpp b/test/libcxx/language.support/support.runtime/version_csetjmp.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_csetjmp.pass.cpp rename to test/libcxx/language.support/support.runtime/version_csetjmp.pass.cpp diff --git a/test/std/language.support/support.runtime/version_csignal.pass.cpp b/test/libcxx/language.support/support.runtime/version_csignal.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_csignal.pass.cpp rename to test/libcxx/language.support/support.runtime/version_csignal.pass.cpp diff --git a/test/std/language.support/support.runtime/version_cstdarg.pass.cpp b/test/libcxx/language.support/support.runtime/version_cstdarg.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_cstdarg.pass.cpp rename to test/libcxx/language.support/support.runtime/version_cstdarg.pass.cpp diff --git a/test/std/language.support/support.runtime/version_cstdbool.pass.cpp b/test/libcxx/language.support/support.runtime/version_cstdbool.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_cstdbool.pass.cpp rename to test/libcxx/language.support/support.runtime/version_cstdbool.pass.cpp diff --git a/test/std/language.support/support.runtime/version_cstdlib.pass.cpp b/test/libcxx/language.support/support.runtime/version_cstdlib.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_cstdlib.pass.cpp rename to test/libcxx/language.support/support.runtime/version_cstdlib.pass.cpp diff --git a/test/std/language.support/support.runtime/version_ctime.pass.cpp b/test/libcxx/language.support/support.runtime/version_ctime.pass.cpp similarity index 100% rename from test/std/language.support/support.runtime/version_ctime.pass.cpp rename to test/libcxx/language.support/support.runtime/version_ctime.pass.cpp diff --git a/test/std/language.support/support.types/version.pass.cpp b/test/libcxx/language.support/support.types/version.pass.cpp similarity index 100% rename from test/std/language.support/support.types/version.pass.cpp rename to test/libcxx/language.support/support.types/version.pass.cpp