mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
9 lines
386 B
Ruby
9 lines
386 B
Ruby
# frozen_string_literal: true
|
|
|
|
# We are missing emitting some :end event inside eval; we need more
|
|
# investigation here.
|
|
MSpec.register(:exclude, "TracePoint#path equals \"(eval at __FILE__:__LINE__)\" inside an eval for :end event")
|
|
|
|
# We need to respect the eval coverage setting.
|
|
MSpec.register(:exclude, "Coverage.result returns the correct results when eval coverage is disabled")
|