Skip to content

Commit

Permalink
fix(pkgs/dmd): Add disabled tests for 2.103.1, 2.104.2, and 2.105.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Jan 29, 2024
1 parent 9117da8 commit 9bb7e2a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pkgs/dmd/build-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,38 @@
"dmd/compiler/test/runnable/objc_self_test.d"
]
}
},
"2.103.1": {
"x86_64-darwin": {
"build": true,
"check": true,
"skippedTests": [
"dmd/compiler/test/runnable/objc_class.d",
"dmd/compiler/test/runnable/objc_self_test.d",
"dmd/compiler/test/runnable_cxx/cppa.d"
]
}
},
"2.104.2": {
"x86_64-darwin": {
"build": true,
"check": true,
"skippedTests": [
"dmd/compiler/test/runnable/objc_class.d",
"dmd/compiler/test/runnable/objc_self_test.d",
"dmd/compiler/test/runnable_cxx/cppa.d"
]
}
},
"2.105.2": {
"x86_64-darwin": {
"build": true,
"check": true,
"skippedTests": [
"dmd/compiler/test/runnable/objc_class.d",
"dmd/compiler/test/runnable/objc_self_test.d",
"dmd/compiler/test/runnable_cxx/cppa.d"
]
}
}
}

0 comments on commit 9bb7e2a

Please sign in to comment.