Skip to content

Commit 75c4371

Browse files
authored
Fix PAL tests break (#98301)
The recent removal of PAL versions of floor, floorf, log, modf and modff has broken PAL test suite. While the test sources were removed, the test info for these was not removed from the pal/tests/palsuite/paltestlist.txt. This change fixes it. Close #98295
1 parent d64c653 commit 75c4371

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/coreclr/pal/tests/palsuite/paltestlist.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ c_runtime/fflush/test1/paltest_fflush_test1
99
c_runtime/fgets/test1/paltest_fgets_test1
1010
c_runtime/fgets/test2/paltest_fgets_test2
1111
c_runtime/fgets/test3/paltest_fgets_test3
12-
c_runtime/floor/test1/paltest_floor_test1
13-
c_runtime/floorf/test1/paltest_floorf_test1
1412
c_runtime/fopen/test1/paltest_fopen_test1
1513
c_runtime/fopen/test2/paltest_fopen_test2
1614
c_runtime/fopen/test3/paltest_fopen_test3
@@ -33,15 +31,12 @@ c_runtime/iswspace/test1/paltest_iswspace_test1
3331
c_runtime/iswupper/test1/paltest_iswupper_test1
3432
c_runtime/isxdigit/test1/paltest_isxdigit_test1
3533
c_runtime/llabs/test1/paltest_llabs_test1
36-
c_runtime/log/test1/paltest_log_test1
3734
c_runtime/malloc/test1/paltest_malloc_test1
3835
c_runtime/malloc/test2/paltest_malloc_test2
3936
c_runtime/memchr/test1/paltest_memchr_test1
4037
c_runtime/memcmp/test1/paltest_memcmp_test1
4138
c_runtime/memmove/test1/paltest_memmove_test1
4239
c_runtime/memset/test1/paltest_memset_test1
43-
c_runtime/modf/test1/paltest_modf_test1
44-
c_runtime/modff/test1/paltest_modff_test1
4540
c_runtime/qsort/test1/paltest_qsort_test1
4641
c_runtime/qsort/test2/paltest_qsort_test2
4742
c_runtime/rand_srand/test1/paltest_rand_srand_test1

0 commit comments

Comments
 (0)