mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[PRISM] Enable more passing tests
This commit is contained in:
parent
1521af3259
commit
650b5e5aa2
@ -24,8 +24,6 @@ MSpec.register(:exclude, "A Symbol literal raises an SyntaxError at parse time w
|
||||
## Core
|
||||
MSpec.register(:exclude, "IO.popen with a leading Array argument accepts a trailing Hash of Process.exec options")
|
||||
MSpec.register(:exclude, "IO.popen with a leading Array argument accepts an IO mode argument following the Array")
|
||||
MSpec.register(:exclude, "TracePoint#eval_script is the evald source code")
|
||||
MSpec.register(:exclude, "TracePoint#event returns the type of event")
|
||||
MSpec.register(:exclude, "TracePoint#inspect returns a String showing the event, method, path and line for a :return event")
|
||||
MSpec.register(:exclude, "TracePoint.new includes multiple events when multiple event names are passed as params")
|
||||
MSpec.register(:exclude, "TracePoint#path equals \"(eval at __FILE__:__LINE__)\" inside an eval for :end event")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
exclude(:test_dynamic_constant_assignment, "unknown")
|
||||
exclude(:test_else_without_rescue, "unknown")
|
||||
exclude(:test_embedded_rd_error, "unknown")
|
||||
exclude(:test_embedded_rd, "unknown")
|
||||
exclude(:test_error_def_in_argument, "unknown")
|
||||
exclude(:test_float, "unknown")
|
||||
exclude(:test_global_variable, "unknown")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user