File tree 1 file changed +8
-0
lines changed
spec/truffle/tags/core/module
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,11 @@ fails:Module#autoload calls #to_path on non-string filenames
10
10
fails:Module#autoload calls #to_path on non-String filename arguments
11
11
fails:Module#autoload (concurrently) blocks a second thread while a first is doing the autoload
12
12
fails:Module#autoload (concurrently) blocks others threads while doing an autoload
13
+ fails:Module#autoload loads the registered constant into a dynamically created class
14
+ fails:Module#autoload loads the registered constant into a dynamically created module
15
+ fails:Module#autoload loads the registered constant when it is inherited from
16
+ fails:Module#autoload loads the registered constant when it is included
17
+ fails:Module#autoload runs for an exception condition class and doesn't trample the exception
18
+ fails:Module#autoload loads the file that defines subclass XX::YY < YY and YY is a top level constant
19
+ fails:Module#autoload shares the autoload request across dup'ed copies of modules
20
+ fails:Module#autoload when changing $LOAD_PATH does not reload a file due to a different load path
You can’t perform that action at this time.
0 commit comments