aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-12 13:11:19 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-12 17:46:31 -0400
commit650b5e5aa2ece3446633fa2ecfb202334ad655d3 (patch)
tree954bc9d578cdcace9271d00cbf0947e4d4034f3f /spec
parent1521af3259b12570bb9eb2b2a735641b35e33ec7 (diff)
downloadruby-650b5e5aa2ece3446633fa2ecfb202334ad655d3.tar.gz
[PRISM] Enable more passing tests
Diffstat (limited to 'spec')
-rw-r--r--spec/prism.mspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index b180214375..16508bd547 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -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")