Lines Matching +full:spdx +full:- +full:exceptions
5 // Added automatically by a large-scale-change that took the approach of
19 // large-scale-change included anything that looked like it might be a license
23 // See: http://go/android-license-faq
28 "SPDX-license-identifier-BSD",
29 "SPDX-license-identifier-CC0-1.0",
30 "SPDX-license-identifier-MIT",
31 "SPDX-license-identifier-PSF-2.0",
41 name: "fmtlib-non-test-defaults",
43 "-fno-exceptions",
44 // If built without exceptions, libfmt uses assert.
45 // The tests *require* exceptions, so we can't win here.
47 // Unless proven to be a bad idea, let's at least have some run-time
49 "-UNDEBUG",
89 defaults: ["fmtlib-non-test-defaults"],
115 defaults: ["fmtlib-non-test-defaults"],
125 name: "fmtlib-test-defaults",
129 "test/gtest-extra.cc",
134 test_suites: ["general-tests"],
135 // The tests require exceptions and RTTI.
137 "-fexceptions",
139 "-Wno-non-virtual-dtor",
158 defaults: ["fmtlib-test-defaults"],
160 "test/args-test.cc",
161 "test/chrono-test.cc",
162 "test/color-test.cc",
163 "test/core-test.cc",
164 "test/enforce-checks-test.cc",
165 "test/format-test.cc",
166 "test/noexception-test.cc",
167 // Some of the os-test tests deliberately try to do bad things with
169 // "test/os-test.cc",
170 "test/ranges-odr-test.cc",
171 "test/scan-test.cc",
173 // "test/std-test.cc",
174 "test/unicode-test.cc",
175 "test/xchar-test.cc",
183 defaults: ["fmtlib-test-defaults"],
185 "test/ostream-test.cc",
186 "test/printf-test.cc",
192 defaults: ["fmtlib-test-defaults"],
194 "test/ranges-test.cc",