@@ -65,8 +65,6 @@ 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
70
68
)
71
69
72
70
add_fp_unittest (
@@ -81,14 +79,10 @@ add_fp_unittest(
81
79
libc.include.math
82
80
libc.src.math.fabsf
83
81
libc.src.__support.FPUtil.fp_bits
84
- # FIXME: Currently fails on the GPU build.
85
- UNIT_TEST_ONLY
86
82
)
87
83
88
84
add_fp_unittest (
89
85
fabsl_test
90
- # FIXME: Currently fails on the GPU build.
91
- UNIT_TEST_ONLY
92
86
SUITE
93
87
libc-math-smoke-tests
94
88
SRCS
@@ -103,8 +97,6 @@ add_fp_unittest(
103
97
104
98
add_fp_unittest (
105
99
fabsf128_test
106
- # FIXME: Currently fails on the GPU build.
107
- UNIT_TEST_ONLY
108
100
SUITE
109
101
libc-math-smoke-tests
110
102
SRCS
@@ -129,8 +121,6 @@ add_fp_unittest(
129
121
libc.include.math
130
122
libc.src.math.trunc
131
123
libc.src.__support.FPUtil.fp_bits
132
- # FIXME: Currently fails on the GPU build.
133
- UNIT_TEST_ONLY
134
124
)
135
125
136
126
add_fp_unittest (
@@ -145,8 +135,6 @@ add_fp_unittest(
145
135
libc.include.math
146
136
libc.src.math.truncf
147
137
libc.src.__support.FPUtil.fp_bits
148
- # FIXME: Currently fails on the GPU build.
149
- UNIT_TEST_ONLY
150
138
)
151
139
152
140
add_fp_unittest (
@@ -161,8 +149,6 @@ add_fp_unittest(
161
149
libc.include.math
162
150
libc.src.math.truncl
163
151
libc.src.__support.FPUtil.fp_bits
164
- # FIXME: Currently fails on the GPU build.
165
- UNIT_TEST_ONLY
166
152
)
167
153
168
154
add_fp_unittest (
@@ -177,8 +163,6 @@ add_fp_unittest(
177
163
libc.include.math
178
164
libc.src.math.truncf128
179
165
libc.src.__support.FPUtil.fp_bits
180
- # FIXME: Currently fails on the GPU build.
181
- UNIT_TEST_ONLY
182
166
)
183
167
184
168
add_fp_unittest (
@@ -193,8 +177,6 @@ add_fp_unittest(
193
177
libc.include.math
194
178
libc.src.math.ceil
195
179
libc.src.__support.FPUtil.fp_bits
196
- # FIXME: Currently fails on the GPU build.
197
- UNIT_TEST_ONLY
198
180
)
199
181
200
182
add_fp_unittest (
@@ -209,8 +191,6 @@ add_fp_unittest(
209
191
libc.include.math
210
192
libc.src.math.ceilf
211
193
libc.src.__support.FPUtil.fp_bits
212
- # FIXME: Currently fails on the GPU build.
213
- UNIT_TEST_ONLY
214
194
)
215
195
216
196
add_fp_unittest (
@@ -225,8 +205,6 @@ add_fp_unittest(
225
205
libc.include.math
226
206
libc.src.math.ceill
227
207
libc.src.__support.FPUtil.fp_bits
228
- # FIXME: Currently fails on the GPU build.
229
- UNIT_TEST_ONLY
230
208
)
231
209
232
210
add_fp_unittest (
@@ -241,8 +219,6 @@ add_fp_unittest(
241
219
libc.include.math
242
220
libc.src.math.ceilf128
243
221
libc.src.__support.FPUtil.fp_bits
244
- # FIXME: Currently fails on the GPU build.
245
- UNIT_TEST_ONLY
246
222
)
247
223
248
224
add_fp_unittest (
@@ -257,8 +233,6 @@ add_fp_unittest(
257
233
libc.include.math
258
234
libc.src.math.floor
259
235
libc.src.__support.FPUtil.fp_bits
260
- # FIXME: Currently fails on the GPU build.
261
- UNIT_TEST_ONLY
262
236
)
263
237
264
238
add_fp_unittest (
@@ -273,8 +247,6 @@ add_fp_unittest(
273
247
libc.include.math
274
248
libc.src.math.floorf
275
249
libc.src.__support.FPUtil.fp_bits
276
- # FIXME: Currently fails on the GPU build.
277
- UNIT_TEST_ONLY
278
250
)
279
251
280
252
add_fp_unittest (
@@ -289,8 +261,6 @@ add_fp_unittest(
289
261
libc.include.math
290
262
libc.src.math.floorl
291
263
libc.src.__support.FPUtil.fp_bits
292
- # FIXME: Currently fails on the GPU build.
293
- UNIT_TEST_ONLY
294
264
)
295
265
296
266
add_fp_unittest (
@@ -305,8 +275,6 @@ add_fp_unittest(
305
275
libc.include.math
306
276
libc.src.math.floorf128
307
277
libc.src.__support.FPUtil.fp_bits
308
- # FIXME: Currently fails on the GPU build.
309
- UNIT_TEST_ONLY
310
278
)
311
279
312
280
add_fp_unittest (
@@ -321,8 +289,6 @@ add_fp_unittest(
321
289
libc.include.math
322
290
libc.src.math.round
323
291
libc.src.__support.FPUtil.fp_bits
324
- # FIXME: Currently fails on the GPU build.
325
- UNIT_TEST_ONLY
326
292
)
327
293
328
294
add_fp_unittest (
@@ -337,8 +303,6 @@ add_fp_unittest(
337
303
libc.include.math
338
304
libc.src.math.roundf
339
305
libc.src.__support.FPUtil.fp_bits
340
- # FIXME: Currently fails on the GPU build.
341
- UNIT_TEST_ONLY
342
306
)
343
307
344
308
add_fp_unittest (
@@ -353,8 +317,6 @@ add_fp_unittest(
353
317
libc.include.math
354
318
libc.src.math.roundl
355
319
libc.src.__support.FPUtil.fp_bits
356
- # FIXME: Currently fails on the GPU build.
357
- UNIT_TEST_ONLY
358
320
)
359
321
360
322
add_fp_unittest (
@@ -369,8 +331,6 @@ add_fp_unittest(
369
331
libc.include.math
370
332
libc.src.math.roundf128
371
333
libc.src.__support.FPUtil.fp_bits
372
- # FIXME: Currently fails on the GPU build.
373
- UNIT_TEST_ONLY
374
334
)
375
335
376
336
add_fp_unittest (
@@ -389,8 +349,6 @@ add_fp_unittest(
389
349
libc.src.fenv.fetestexcept
390
350
libc.src.math.lround
391
351
libc.src.__support.FPUtil.fp_bits
392
- # FIXME: Currently fails on the GPU build.
393
- UNIT_TEST_ONLY
394
352
)
395
353
396
354
add_fp_unittest (
@@ -409,8 +367,6 @@ add_fp_unittest(
409
367
libc.src.fenv.fetestexcept
410
368
libc.src.math.lroundf
411
369
libc.src.__support.FPUtil.fp_bits
412
- # FIXME: Currently fails on the GPU build.
413
- UNIT_TEST_ONLY
414
370
)
415
371
416
372
add_fp_unittest (
@@ -429,8 +385,6 @@ add_fp_unittest(
429
385
libc.src.fenv.fetestexcept
430
386
libc.src.math.lroundl
431
387
libc.src.__support.FPUtil.fp_bits
432
- # FIXME: Currently fails on the GPU build.
433
- UNIT_TEST_ONLY
434
388
)
435
389
436
390
add_fp_unittest (
@@ -449,8 +403,6 @@ add_fp_unittest(
449
403
libc.src.fenv.fetestexcept
450
404
libc.src.math.llround
451
405
libc.src.__support.FPUtil.fp_bits
452
- # FIXME: Currently fails on the GPU build.
453
- UNIT_TEST_ONLY
454
406
)
455
407
456
408
add_fp_unittest (
@@ -469,8 +421,6 @@ add_fp_unittest(
469
421
libc.src.fenv.fetestexcept
470
422
libc.src.math.llroundf
471
423
libc.src.__support.FPUtil.fp_bits
472
- # FIXME: Currently fails on the GPU build.
473
- UNIT_TEST_ONLY
474
424
)
475
425
476
426
add_fp_unittest (
@@ -489,8 +439,6 @@ add_fp_unittest(
489
439
libc.src.fenv.fetestexcept
490
440
libc.src.math.llroundl
491
441
libc.src.__support.FPUtil.fp_bits
492
- # FIXME: Currently fails on the GPU build.
493
- UNIT_TEST_ONLY
494
442
)
495
443
496
444
add_fp_unittest (
@@ -718,8 +666,6 @@ add_fp_unittest(
718
666
libc.include.math
719
667
libc.src.math.copysign
720
668
libc.src.__support.FPUtil.fp_bits
721
- # FIXME: Currently fails on the GPU build.
722
- UNIT_TEST_ONLY
723
669
)
724
670
725
671
add_fp_unittest (
@@ -734,8 +680,6 @@ add_fp_unittest(
734
680
libc.include.math
735
681
libc.src.math.copysignf
736
682
libc.src.__support.FPUtil.fp_bits
737
- # FIXME: Currently fails on the GPU build.
738
- UNIT_TEST_ONLY
739
683
)
740
684
741
685
add_fp_unittest (
@@ -750,8 +694,6 @@ add_fp_unittest(
750
694
libc.include.math
751
695
libc.src.math.copysignl
752
696
libc.src.__support.FPUtil.fp_bits
753
- # FIXME: Currently fails on the GPU build.
754
- UNIT_TEST_ONLY
755
697
)
756
698
757
699
add_fp_unittest (
@@ -766,8 +708,6 @@ add_fp_unittest(
766
708
libc.include.math
767
709
libc.src.math.copysignf128
768
710
libc.src.__support.FPUtil.fp_bits
769
- # FIXME: Currently fails on the GPU build.
770
- UNIT_TEST_ONLY
771
711
)
772
712
773
713
add_fp_unittest (
@@ -1189,8 +1129,6 @@ add_fp_unittest(
1189
1129
libc.include.math
1190
1130
libc.src.math.sqrtf
1191
1131
libc.src.__support.FPUtil.fp_bits
1192
- # FIXME: Currently fails on the GPU build.
1193
- UNIT_TEST_ONLY
1194
1132
)
1195
1133
1196
1134
add_fp_unittest (
@@ -1203,8 +1141,6 @@ add_fp_unittest(
1203
1141
libc.include.math
1204
1142
libc.src.math.sqrt
1205
1143
libc.src.__support.FPUtil.fp_bits
1206
- # FIXME: Currently fails on the GPU build.
1207
- UNIT_TEST_ONLY
1208
1144
)
1209
1145
1210
1146
add_fp_unittest (
@@ -1217,8 +1153,6 @@ add_fp_unittest(
1217
1153
libc.include.math
1218
1154
libc.src.math.sqrtl
1219
1155
libc.src.__support.FPUtil.fp_bits
1220
- # FIXME: Currently fails on the GPU build.
1221
- UNIT_TEST_ONLY
1222
1156
)
1223
1157
1224
1158
add_fp_unittest (
@@ -1231,8 +1165,6 @@ add_fp_unittest(
1231
1165
libc.include.math
1232
1166
libc.src.math.sqrtf128
1233
1167
libc.src.__support.FPUtil.fp_bits
1234
- # FIXME: Currently fails on the GPU build.
1235
- UNIT_TEST_ONLY
1236
1168
)
1237
1169
1238
1170
add_fp_unittest (
@@ -1247,8 +1179,6 @@ add_fp_unittest(
1247
1179
libc.src.__support.FPUtil.generic.sqrt
1248
1180
COMPILE_OPTIONS
1249
1181
-O3
1250
- # FIXME: Currently fails on the GPU build.
1251
- UNIT_TEST_ONLY
1252
1182
)
1253
1183
1254
1184
add_fp_unittest (
@@ -1263,8 +1193,6 @@ add_fp_unittest(
1263
1193
libc.src.__support.FPUtil.generic.sqrt
1264
1194
COMPILE_OPTIONS
1265
1195
-O3
1266
- # FIXME: Currently fails on the GPU build.
1267
- UNIT_TEST_ONLY
1268
1196
)
1269
1197
1270
1198
add_fp_unittest (
@@ -1279,8 +1207,6 @@ add_fp_unittest(
1279
1207
libc.src.__support.FPUtil.generic.sqrt
1280
1208
COMPILE_OPTIONS
1281
1209
-O3
1282
- # FIXME: Currently fails on the GPU build.
1283
- UNIT_TEST_ONLY
1284
1210
)
1285
1211
1286
1212
add_fp_unittest (
@@ -1295,8 +1221,6 @@ add_fp_unittest(
1295
1221
libc.src.__support.FPUtil.generic.sqrt
1296
1222
COMPILE_OPTIONS
1297
1223
-O3
1298
- # FIXME: Currently fails on the GPU build.
1299
- UNIT_TEST_ONLY
1300
1224
)
1301
1225
1302
1226
add_fp_unittest (
0 commit comments