File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,20 @@ void expected_results()
127
127
largest_type, // test type(s)
128
128
" (?i).*large.*" , // test data group
129
129
" .*" , 200000 , 10000 ); // test function
130
+ add_expected_result (
131
+ " [^|]*" , // compiler
132
+ " [^|]*" , // stdlib
133
+ " Mac OS" , // platform
134
+ largest_type, // test type(s)
135
+ " (?i).*Very Large.*" , // test data group
136
+ " .*" , 20000000 , 2000000 ); // test function
137
+ add_expected_result (
138
+ " [^|]*" , // compiler
139
+ " [^|]*" , // stdlib
140
+ " Mac OS" , // platform
141
+ largest_type, // test type(s)
142
+ " (?i).*Asymptotically Large.*" , // test data group
143
+ " .*" , 900000000 , 80000000 ); // test function
130
144
if (std::numeric_limits<long double >::digits == 64 )
131
145
{
132
146
// 80-bit long double, errors spill over:
You can’t perform that action at this time.
0 commit comments