Skip to content

Commit

Permalink
mono: Work around clang bug in "small struct" FP tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Nov 28, 2023
1 parent 2d751f2 commit 7e4b109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mono
Submodule mono updated 1 files
+40 −0 mono/tests/libtest.c
2 changes: 0 additions & 2 deletions tools/run-tests/windows-failing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5399,8 +5399,6 @@ MonoTests.System.Net.HttpListener2Test:SendCookiestoClient
MonoTests.System.Net.HttpListener2Test:Test2
MonoTests.System.Net.HttpListener2Test:Test3
MonoTests.System.Configuration.SettingsPropertyValueTest:Binary_Serialize
x86.pinvoke3:test_0_marshal_small_struct_delegate8 # clang uses incorrect return convention
x86.pinvoke3:test_0_marshal_small_struct_delegate9 # clang uses incorrect return convention
# unreliable:
x86.thread-exit
MonoTests.System.Threading.Tasks.TaskTests:DoubleWaitTest
Expand Down
2 changes: 2 additions & 0 deletions tools/run-tests/windows-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76577,6 +76577,8 @@ x86.pinvoke3:test_0_marshal_class_delegate
x86.pinvoke3:test_0_marshal_byref_class_delegate
x86.pinvoke3:test_0_marshal_out_class_delegate
x86.pinvoke3:test_0_marshal_string_delegate
x86.pinvoke3:test_0_marshal_small_struct_delegate8
x86.pinvoke3:test_0_marshal_small_struct_delegate9
# unreliable:
x86.thread-exit
MonoTests.System.Threading.Tasks.TaskTests:DoubleWaitTest
Expand Down

0 comments on commit 7e4b109

Please sign in to comment.