File tree Expand file tree Collapse file tree 7 files changed +22
-20
lines changed Expand file tree Collapse file tree 7 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -83,33 +83,23 @@ jobs:
83
83
84
84
- run : $SETARCH make
85
85
86
- - name : make btest
86
+ - name : make test
87
87
run : |
88
- make -s btest RUN_OPTS="$RUN_OPTS"
88
+ $SETARCH make -s test RUN_OPTS="$RUN_OPTS"
89
89
timeout-minutes : 30
90
90
env :
91
91
GNUMAKEFLAGS : ' '
92
92
RUBY_TESTOPTS : ' -v --tty=no'
93
93
RUN_OPTS : ${{ matrix.run_opts }}
94
- continue-on-error : true
95
94
96
- # - name: make test
97
- # run: |
98
- # $SETARCH make -s test RUN_OPTS="$RUN_OPTS"
99
- # timeout-minutes: 30
100
- # env:
101
- # GNUMAKEFLAGS: ''
102
- # RUBY_TESTOPTS: '-v --tty=no'
103
- # RUN_OPTS: ${{ matrix.run_opts }}
104
-
105
- # - name: make test-all
106
- # run: |
107
- # $SETARCH make -s test-all RUN_OPTS="$RUN_OPTS"
108
- # timeout-minutes: 40
109
- # env:
110
- # GNUMAKEFLAGS: ''
111
- # RUBY_TESTOPTS: '-q --tty=no'
112
- # RUN_OPTS: ${{ matrix.run_opts }}
95
+ - name : make test-all
96
+ run : |
97
+ $SETARCH make -s test-all RUN_OPTS="$RUN_OPTS"
98
+ timeout-minutes : 40
99
+ env :
100
+ GNUMAKEFLAGS : ' '
101
+ RUBY_TESTOPTS : ' -q --tty=no --excludes-dir="../src/test/.excludes-prism" --exclude="test_ast.rb" --exclude="test_regexp.rb" --exclude="error_highlight/test_error_highlight.rb"'
102
+ RUN_OPTS : ${{ matrix.run_opts }}
113
103
114
104
# - name: make test-spec
115
105
# run: |
Original file line number Diff line number Diff line change
1
+ exclude ( :test_massign_order , "https://github.com/ruby/prism/issues/2370" )
Original file line number Diff line number Diff line change
1
+ exclude ( :test_regexp_embed , "https://github.com/ruby/prism/issues/1997" )
2
+ exclude ( :test_dynamic_eucjp_regexp , "https://github.com/ruby/prism/issues/1997" )
3
+ exclude ( :test_regexp_ascii , "https://github.com/ruby/prism/issues/1997" )
4
+ exclude ( :test_dynamic_utf8_regexp , "https://github.com/ruby/prism/issues/1997" )
5
+ exclude ( :test_dynamic_sjis_regexp , "https://github.com/ruby/prism/issues/1997" )
Original file line number Diff line number Diff line change
1
+ exclude ( :test_require_nonascii_path_shift_jis , "unknown" )
Original file line number Diff line number Diff line change
1
+ exclude ( :test_string , "https://github.com/ruby/prism/issues/2331" )
Original file line number Diff line number Diff line change
1
+ exclude ( :test_tracepoint_nested_enabled_with_target , "unknown" )
2
+ exclude ( :test_allow_reentry , "unknown" )
3
+ exclude ( :test_tp_rescue , "unknown" )
Original file line number Diff line number Diff line change
1
+ exclude ( :test_it , "https://github.com/ruby/prism/issues/2323" )
You can’t perform that action at this time.
0 commit comments