You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/CMakeLists.txt
+10-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ endfunction()
38
38
# endforeach()
39
39
40
40
set(tests_simple
41
-
0000.tests_prebuild/gentests.cc
41
+
# 0000.tests_prebuild/gentests.cc # wtf why this exists?
42
42
0001.input/invalid_number.cc
43
43
0002.printscan/print.cc
44
44
0002.printscan/scan.cc
@@ -68,8 +68,8 @@ set(tests_simple
68
68
0012.umul/umul.cc
69
69
# 0013.pr_rsv/bounds_checking_array.cc # error: static assertion failed: array size is not enough
70
70
# 0013.pr_rsv/bounds_checking_c_array.cc # error: static assertion failed: C array size is not enough
71
-
0013.pr_rsv/pr_rsv.cc
72
-
0013.pr_rsv/pr_rsv_scientific.cc
71
+
# 0013.pr_rsv/pr_rsv.cc # error: no matching function for call to ‘os_c_str(char [24], char*&)’
72
+
# 0013.pr_rsv/pr_rsv_scientific.cc # error: no matching function for call to ‘os_c_str(char [24], char*&)’
73
73
# 0014.integer/block_function_pointer.cc # In instantiation of ‘constexpr void fast_io::io::println(T&&, Args&& ...) [with T = int (&)(); Args = {}]’ error: static assertion failed: some types are not printable for print on default C's stdout
74
74
0014.integer/percentage_conventional.cc
75
75
0014.integer/percentage_sex_ratio.cc
@@ -220,6 +220,8 @@ set(tests_experimental
220
220
0009.http_header/head.cc # error: call of overloaded ‘find_not(const char*&, const char*&, const char&)’ is ambiguous
221
221
0013.pr_rsv/bounds_checking_array.cc # error: static assertion failed: array size is not enough
222
222
0013.pr_rsv/bounds_checking_c_array.cc # error: static assertion failed: C array size is not enough
223
+
0013.pr_rsv/pr_rsv.cc # error: no matching function for call to ‘os_c_str(char [24], char*&)’
224
+
0013.pr_rsv/pr_rsv_scientific.cc # error: no matching function for call to ‘os_c_str(char [24], char*&)’
223
225
0014.integer/block_function_pointer.cc # In instantiation of ‘constexpr void fast_io::io::println(T&&, Args&& ...) [with T = int (&)(); Args = {}]’ error: static assertion failed: some types are not printable for print on default C's stdout
224
226
0015.temp_file/tmp.cc # error: cannot convert ‘fast_io::native_file to 'FILE*'
225
227
0024.timestamp/basic_timestamp.cc # error: call of overloaded ‘find_not(const char*&, const char*&, const char&)’ is ambiguous
0019.boost/uuid.cc # error: ‘Iter’ has not been declared inline constexpr char_type *print_reserve_define(io_reserve_type_t<char_type, boost::uuids::uuid>, Iter iter,
255
257
)
256
258
259
+
set(tests_this_shouldnt_exist
260
+
0000.tests_prebuild/gentests.cc # wtf why this exists?
0 commit comments