Skip to content

Commit 3033269

Browse files
committed
[Truffle] Tagged failing Module#autoload specs.
1 parent 3e6b02f commit 3033269

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/truffle/tags/core/module/autoload_tags.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ fails:Module#autoload calls #to_path on non-string filenames
1010
fails:Module#autoload calls #to_path on non-String filename arguments
1111
fails:Module#autoload (concurrently) blocks a second thread while a first is doing the autoload
1212
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

0 commit comments

Comments
 (0)