Skip to content

Commit

Permalink
[Truffle] We do not properly lock on require yet so tag the concurren…
Browse files Browse the repository at this point in the history
…t specs.
  • Loading branch information
eregon committed Jul 14, 2015
1 parent dfc5f8a commit 2eca2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/require_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ fails:Kernel#require stores the missing path in a LoadError object
fails:Kernel.require stores the missing path in a LoadError object
fails:Kernel#require (concurrently) blocks a second thread from returning while the 1st is still requiring
fails:Kernel.require (concurrently) blocks a second thread from returning while the 1st is still requiring
fails:Kernel#require (concurrently) blocks based on the path
fails:Kernel.require (concurrently) blocks based on the path
fails:Kernel#require (concurrently) allows a 2nd require if the 1st raised an exception
fails:Kernel.require (concurrently) allows a 2nd require if the 1st raised an exception
fails:Kernel#require (concurrently) blocks a 3rd require if the 1st raises an exception and the 2nd is still running
Expand Down

0 comments on commit 2eca2cb

Please sign in to comment.