@@ -65,6 +65,8 @@ add_fp_unittest(
65
65
libc.include.math
66
66
libc.src.math.fabs
67
67
libc.src.__support.FPUtil.fp_bits
68
+ # FIXME: Currently fails on the GPU build.
69
+ UNIT_TEST_ONLY
68
70
)
69
71
70
72
add_fp_unittest (
@@ -79,6 +81,8 @@ add_fp_unittest(
79
81
libc.include.math
80
82
libc.src.math.fabsf
81
83
libc.src.__support.FPUtil.fp_bits
84
+ # FIXME: Currently fails on the GPU build.
85
+ UNIT_TEST_ONLY
82
86
)
83
87
84
88
add_fp_unittest (
@@ -93,6 +97,8 @@ add_fp_unittest(
93
97
libc.include.math
94
98
libc.src.math.fabsl
95
99
libc.src.__support.FPUtil.fp_bits
100
+ # FIXME: Currently fails on the GPU build.
101
+ UNIT_TEST_ONLY
96
102
)
97
103
98
104
add_fp_unittest (
@@ -107,6 +113,8 @@ add_fp_unittest(
107
113
libc.include.math
108
114
libc.src.math.trunc
109
115
libc.src.__support.FPUtil.fp_bits
116
+ # FIXME: Currently fails on the GPU build.
117
+ UNIT_TEST_ONLY
110
118
)
111
119
112
120
add_fp_unittest (
@@ -121,6 +129,8 @@ add_fp_unittest(
121
129
libc.include.math
122
130
libc.src.math.truncf
123
131
libc.src.__support.FPUtil.fp_bits
132
+ # FIXME: Currently fails on the GPU build.
133
+ UNIT_TEST_ONLY
124
134
)
125
135
126
136
add_fp_unittest (
@@ -135,6 +145,8 @@ add_fp_unittest(
135
145
libc.include.math
136
146
libc.src.math.truncl
137
147
libc.src.__support.FPUtil.fp_bits
148
+ # FIXME: Currently fails on the GPU build.
149
+ UNIT_TEST_ONLY
138
150
)
139
151
140
152
add_fp_unittest (
@@ -149,6 +161,8 @@ add_fp_unittest(
149
161
libc.include.math
150
162
libc.src.math.ceil
151
163
libc.src.__support.FPUtil.fp_bits
164
+ # FIXME: Currently fails on the GPU build.
165
+ UNIT_TEST_ONLY
152
166
)
153
167
154
168
add_fp_unittest (
@@ -163,6 +177,8 @@ add_fp_unittest(
163
177
libc.include.math
164
178
libc.src.math.ceilf
165
179
libc.src.__support.FPUtil.fp_bits
180
+ # FIXME: Currently fails on the GPU build.
181
+ UNIT_TEST_ONLY
166
182
)
167
183
168
184
add_fp_unittest (
@@ -177,6 +193,8 @@ add_fp_unittest(
177
193
libc.include.math
178
194
libc.src.math.ceill
179
195
libc.src.__support.FPUtil.fp_bits
196
+ # FIXME: Currently fails on the GPU build.
197
+ UNIT_TEST_ONLY
180
198
)
181
199
182
200
add_fp_unittest (
@@ -191,6 +209,8 @@ add_fp_unittest(
191
209
libc.include.math
192
210
libc.src.math.floor
193
211
libc.src.__support.FPUtil.fp_bits
212
+ # FIXME: Currently fails on the GPU build.
213
+ UNIT_TEST_ONLY
194
214
)
195
215
196
216
add_fp_unittest (
@@ -205,6 +225,8 @@ add_fp_unittest(
205
225
libc.include.math
206
226
libc.src.math.floorf
207
227
libc.src.__support.FPUtil.fp_bits
228
+ # FIXME: Currently fails on the GPU build.
229
+ UNIT_TEST_ONLY
208
230
)
209
231
210
232
add_fp_unittest (
@@ -219,6 +241,8 @@ add_fp_unittest(
219
241
libc.include.math
220
242
libc.src.math.floorl
221
243
libc.src.__support.FPUtil.fp_bits
244
+ # FIXME: Currently fails on the GPU build.
245
+ UNIT_TEST_ONLY
222
246
)
223
247
224
248
add_fp_unittest (
@@ -233,6 +257,8 @@ add_fp_unittest(
233
257
libc.include.math
234
258
libc.src.math.round
235
259
libc.src.__support.FPUtil.fp_bits
260
+ # FIXME: Currently fails on the GPU build.
261
+ UNIT_TEST_ONLY
236
262
)
237
263
238
264
add_fp_unittest (
@@ -247,6 +273,8 @@ add_fp_unittest(
247
273
libc.include.math
248
274
libc.src.math.roundf
249
275
libc.src.__support.FPUtil.fp_bits
276
+ # FIXME: Currently fails on the GPU build.
277
+ UNIT_TEST_ONLY
250
278
)
251
279
252
280
add_fp_unittest (
@@ -261,6 +289,8 @@ add_fp_unittest(
261
289
libc.include.math
262
290
libc.src.math.roundl
263
291
libc.src.__support.FPUtil.fp_bits
292
+ # FIXME: Currently fails on the GPU build.
293
+ UNIT_TEST_ONLY
264
294
)
265
295
266
296
add_fp_unittest (
@@ -279,6 +309,8 @@ add_fp_unittest(
279
309
libc.src.fenv.fetestexcept
280
310
libc.src.math.lround
281
311
libc.src.__support.FPUtil.fp_bits
312
+ # FIXME: Currently fails on the GPU build.
313
+ UNIT_TEST_ONLY
282
314
)
283
315
284
316
add_fp_unittest (
@@ -297,6 +329,8 @@ add_fp_unittest(
297
329
libc.src.fenv.fetestexcept
298
330
libc.src.math.lroundf
299
331
libc.src.__support.FPUtil.fp_bits
332
+ # FIXME: Currently fails on the GPU build.
333
+ UNIT_TEST_ONLY
300
334
)
301
335
302
336
add_fp_unittest (
@@ -315,6 +349,8 @@ add_fp_unittest(
315
349
libc.src.fenv.fetestexcept
316
350
libc.src.math.lroundl
317
351
libc.src.__support.FPUtil.fp_bits
352
+ # FIXME: Currently fails on the GPU build.
353
+ UNIT_TEST_ONLY
318
354
)
319
355
320
356
add_fp_unittest (
@@ -333,6 +369,8 @@ add_fp_unittest(
333
369
libc.src.fenv.fetestexcept
334
370
libc.src.math.llround
335
371
libc.src.__support.FPUtil.fp_bits
372
+ # FIXME: Currently fails on the GPU build.
373
+ UNIT_TEST_ONLY
336
374
)
337
375
338
376
add_fp_unittest (
@@ -351,6 +389,8 @@ add_fp_unittest(
351
389
libc.src.fenv.fetestexcept
352
390
libc.src.math.llroundf
353
391
libc.src.__support.FPUtil.fp_bits
392
+ # FIXME: Currently fails on the GPU build.
393
+ UNIT_TEST_ONLY
354
394
)
355
395
356
396
add_fp_unittest (
@@ -369,6 +409,8 @@ add_fp_unittest(
369
409
libc.src.fenv.fetestexcept
370
410
libc.src.math.llroundl
371
411
libc.src.__support.FPUtil.fp_bits
412
+ # FIXME: Currently fails on the GPU build.
413
+ UNIT_TEST_ONLY
372
414
)
373
415
374
416
add_fp_unittest (
@@ -596,6 +638,8 @@ add_fp_unittest(
596
638
libc.include.math
597
639
libc.src.math.copysign
598
640
libc.src.__support.FPUtil.fp_bits
641
+ # FIXME: Currently fails on the GPU build.
642
+ UNIT_TEST_ONLY
599
643
)
600
644
601
645
add_fp_unittest (
@@ -610,6 +654,8 @@ add_fp_unittest(
610
654
libc.include.math
611
655
libc.src.math.copysignf
612
656
libc.src.__support.FPUtil.fp_bits
657
+ # FIXME: Currently fails on the GPU build.
658
+ UNIT_TEST_ONLY
613
659
)
614
660
615
661
add_fp_unittest (
@@ -624,6 +670,8 @@ add_fp_unittest(
624
670
libc.include.math
625
671
libc.src.math.copysignl
626
672
libc.src.__support.FPUtil.fp_bits
673
+ # FIXME: Currently fails on the GPU build.
674
+ UNIT_TEST_ONLY
627
675
)
628
676
629
677
add_fp_unittest (
@@ -990,6 +1038,8 @@ add_fp_unittest(
990
1038
libc.include.math
991
1039
libc.src.math.sqrtf
992
1040
libc.src.__support.FPUtil.fp_bits
1041
+ # FIXME: Currently fails on the GPU build.
1042
+ UNIT_TEST_ONLY
993
1043
)
994
1044
995
1045
add_fp_unittest (
@@ -1002,6 +1052,8 @@ add_fp_unittest(
1002
1052
libc.include.math
1003
1053
libc.src.math.sqrt
1004
1054
libc.src.__support.FPUtil.fp_bits
1055
+ # FIXME: Currently fails on the GPU build.
1056
+ UNIT_TEST_ONLY
1005
1057
)
1006
1058
1007
1059
add_fp_unittest (
@@ -1014,6 +1066,8 @@ add_fp_unittest(
1014
1066
libc.include.math
1015
1067
libc.src.math.sqrtl
1016
1068
libc.src.__support.FPUtil.fp_bits
1069
+ # FIXME: Currently fails on the GPU build.
1070
+ UNIT_TEST_ONLY
1017
1071
)
1018
1072
1019
1073
add_fp_unittest (
@@ -1028,6 +1082,8 @@ add_fp_unittest(
1028
1082
libc.src.__support.FPUtil.generic.sqrt
1029
1083
COMPILE_OPTIONS
1030
1084
-O3
1085
+ # FIXME: Currently fails on the GPU build.
1086
+ UNIT_TEST_ONLY
1031
1087
)
1032
1088
1033
1089
add_fp_unittest (
@@ -1042,6 +1098,8 @@ add_fp_unittest(
1042
1098
libc.src.__support.FPUtil.generic.sqrt
1043
1099
COMPILE_OPTIONS
1044
1100
-O3
1101
+ # FIXME: Currently fails on the GPU build.
1102
+ UNIT_TEST_ONLY
1045
1103
)
1046
1104
1047
1105
add_fp_unittest (
@@ -1056,6 +1114,8 @@ add_fp_unittest(
1056
1114
libc.src.__support.FPUtil.generic.sqrt
1057
1115
COMPILE_OPTIONS
1058
1116
-O3
1117
+ # FIXME: Currently fails on the GPU build.
1118
+ UNIT_TEST_ONLY
1059
1119
)
1060
1120
1061
1121
add_fp_unittest (
@@ -1347,6 +1407,8 @@ add_fp_unittest(
1347
1407
libc.src.math.fmodf
1348
1408
libc.src.__support.FPUtil.basic_operations
1349
1409
libc.src.__support.FPUtil.nearest_integer_operations
1410
+ # FIXME: Currently fails on the GPU build.
1411
+ UNIT_TEST_ONLY
1350
1412
)
1351
1413
1352
1414
add_fp_unittest (
@@ -1363,6 +1425,8 @@ add_fp_unittest(
1363
1425
libc.src.math.fmod
1364
1426
libc.src.__support.FPUtil.basic_operations
1365
1427
libc.src.__support.FPUtil.nearest_integer_operations
1428
+ # FIXME: Currently fails on the GPU build.
1429
+ UNIT_TEST_ONLY
1366
1430
)
1367
1431
1368
1432
add_fp_unittest (
0 commit comments