summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-05-19 23:10:32 +0000
committerEric Fiselier <eric@efcs.ca>2015-05-19 23:10:32 +0000
commit4bcd428117abacf4851f6a38fa1fbb5a92f2a8ea (patch)
tree123958ecf3fc999c42a8b449fd044bba77ebaa0a /libcxx/test
parent2f21b8760e895242e6827a03e4641e0886dbd385 (diff)
downloadbcm5719-llvm-4bcd428117abacf4851f6a38fa1fbb5a92f2a8ea.tar.gz
bcm5719-llvm-4bcd428117abacf4851f6a38fa1fbb5a92f2a8ea.zip
Address @danalberts comments on r237700
llvm-svn: 237740
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/libcxx/test/config.py2
-rw-r--r--libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp2
-rw-r--r--libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/libcxx/test/config.py b/libcxx/test/libcxx/test/config.py
index a0bd1ea5e8e..bdfb3b4d6b2 100644
--- a/libcxx/test/libcxx/test/config.py
+++ b/libcxx/test/libcxx/test/config.py
@@ -536,7 +536,7 @@ class Configuration(object):
self.lit_config.fatal('Invalid value for color_diagnostics "%s".'
% use_color)
color_flag = '-fdiagnostics-color=always'
- # Check if the compiler support the color diagnostics flag. Issue a
+ # Check if the compiler supports the color diagnostics flag. Issue a
# warning if it does not since color diagnostics have been requested.
if not self.cxx.hasCompileFlag(color_flag):
self.lit_config.warning(
diff --git a/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp b/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp
index b80c36af723..0d419c5bc98 100644
--- a/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp
+++ b/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp
@@ -14,7 +14,7 @@
// UNSUPPORTED: sanitizer-new-delete
-// NOTE: Require that the compiler supports the -fsized-deallocation flag.
+// NOTE: Only clang-3.7 and GCC 5.1 and greater support -fsized-deallocation.
// REQUIRES: fsized-deallocation
// RUN: %build -fsized-deallocation
diff --git a/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp b/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp
index 223d75a9e92..da43d496917 100644
--- a/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp
+++ b/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp
@@ -14,7 +14,7 @@
// UNSUPPORTED: sanitizer-new-delete
-// NOTE: Require that the compiler supports the -fsized-deallocation flag.
+// NOTE: Only clang-3.7 and GCC 5.1 and greater support -fsized-deallocation.
// REQUIRES: fsized-deallocation
// RUN: %build -fsized-deallocation
OpenPOWER on IntegriCloud