Skip to content

Commit

Permalink
Gitlab CI: Skip most of the x86 nunit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Aug 10, 2024
1 parent f5b1715 commit ceb8df0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ linux-test:
script:
- wine winetest64.exe -c mscoree >winetest64.log 2>&1
- wine winetest.exe -c mscoree >winetest32.log 2>&1
- wine tests/run-tests.exe -fail-list:tests/gitlab-wine-failing.txt >mono-tests.log 2>&1
- wine tests/run-tests.exe -fail-list:tests/gitlab-wine-failing.txt -skip-list:tests/gitlab-extra-tests.txt >mono-tests.log 2>&1
artifacts:
when: always
paths:
Expand Down
48 changes: 48 additions & 0 deletions tools/run-tests/gitlab-extra-tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
x86.Microsoft.Build.Engine
x86.Microsoft.Build.Framework
x86.Microsoft.Build.Tasks
x86.Microsoft.Build
x86.Microsoft.Build.Engine.Utilities
x86.Microsoft.VisualBasic_CS
x86.Microsoft.VisualBasic
x86.PresentationCore
x86.System.ComponentModel.DataAnnotations
x86.System.Data.DataSetExtensions
x86.System.Data.Linq
x86.System.Data.OracleClient
x86.System.Data.Services
x86.System.Data
x86.System.Design
x86.System.DirectoryServices
x86.System.Drawing
x86.System.IdentityModel
x86.System.IO.Compression.FileSystem
x86.System.IO.Compression
x86.System.Json.Microsoft
x86.System.Messaging
x86.System.Net.Http
x86.System.Net.Http.WebRequest
x86.System.Numerics
x86.System.Runtime.Caching
x86.System.Runtime.DurableInstancing
x86.System.Runtime.Remoting
x86.System.Runtime.Serialization.Formatters.Soap
x86.System.Runtime.Serialization
x86.System.Security
x86.System.ServiceModel.Discovery
x86.System.ServiceModel
x86.System.ServiceModel.Web
x86.System.ServiceProcess
x86.System.Threading.Tasks
x86.System.Transactions
x86.System.Web.Abstractions
x86.System.Web.DynamicData
x86.System.Web.Extensions
x86.System.Web.Routing
x86.System.Web.Services
x86.System.Web
x86.System.Windows.Forms.DataVisualiaation
x86.System.Windows.Forms
x86.System.Xaml
x86.System.Xml
x86.WindowsBase

0 comments on commit ceb8df0

Please sign in to comment.