Skip to content

Commit

Permalink
ci: skip const_comptime_eval_before_vinit_test.v with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jul 30, 2021
1 parent 26b7712 commit 0675079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/tools/modules/testing/common.v
Expand Up @@ -128,6 +128,9 @@ pub fn (mut ts TestSession) print_messages() {
pub fn new_test_session(_vargs string, will_compile bool) TestSession {
mut skip_files := []string{}
if will_compile {
$if msvc {
skip_files << 'vlib/v/tests/const_comptime_eval_before_vinit_test.v' // _constructor used
}
$if solaris {
skip_files << 'examples/gg/gg2.v'
skip_files << 'examples/pico/pico.v'
Expand Down

0 comments on commit 0675079

Please sign in to comment.