Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mono: Add new standalone System.Configuration tests. #182

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mono.make
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $(BUILDDIR)/mono-unix/mono/mini/.built-tests: $(BUILDDIR)/mono-unix/.built
+$(MAKE) -C $(@D) test-local
touch $@

SYSCONFIG_TESTS = t1.exe t2.exe t3.exe t4.exe t5.exe t6.exe t7.exe t8.exe t9.exe t10.exe t11.exe t12.exe t15.exe t16.exe t17.exe t18.exe t19.exe t20.exe t21.exe t22.exe t23.exe t24.exe t25.exe t28.exe t29.exe t30.exe t31.exe t32.exe t33.exe t34.exe t35.exe t36.exe t37.exe t38.exe t39.exe t40.exe t41.exe t42.exe t43.exe t44.exe t45.exe t46.exe t47.exe t48.exe
SYSCONFIG_TESTS = t1.exe t2.exe t3.exe t4.exe t5.exe t6.exe t7.exe t8.exe t9.exe t10.exe t11.exe t12.exe t15.exe t16.exe t17.exe t18.exe t19.exe t20.exe t21.exe t22.exe t23.exe t24.exe t25.exe t28.exe t29.exe t30.exe t31.exe t32.exe t33.exe t34.exe t35.exe t36.exe t37.exe t38.exe t39.exe t40.exe t41.exe t42.exe t43.exe t44.exe t45.exe t46.exe t47.exe t48.exe t49.exe t50.exe

$(SYSCONFIG_TESTDIR)/t36.exe: $(SYSCONFIG_TESTDIR)/t36-lib.dll
$(SYSCONFIG_TESTDIR)/t46.exe: $(SYSCONFIG_TESTDIR)/t46-lib.dll
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 @@ -76622,6 +76622,8 @@ t47
t48
t12
t46
t49
t50
wpfapptest
# unreliable:
x86.thread-exit
Expand Down
2 changes: 2 additions & 0 deletions tools/run-tests/wine-failing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,8 @@ MonoTests.System.Configuration.ApplicationSettingsBaseTest:TestSettings1_Propert
MonoTests.System.Configuration.SettingsPropertyValueTest:Binary_Serialize
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest:IsOutlineVisible_Line_WithGraphics # winehq bug 55717
t12
t49
t50
# definitely unreliable:
delegate2
x86_64.MonoTests.System.Threading.ThreadLocalTests:DisposeOnThreadExit
Expand Down