Skip to content

Commit

Permalink
Merge pull request #215 in G/truffleruby from tags-svm-image-without-…
Browse files Browse the repository at this point in the history
…sulong to master

* commit '7c4eff754502459928e11805fac17487f0317393':
  Add tags for specs which need Sulong but run on SVM without Sulong
  • Loading branch information
eregon committed Jul 19, 2018
2 parents d93efc2 + 7c4eff7 commit 5ce2fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/tags/truffle/launcher_tags.txt
Expand Up @@ -29,7 +29,6 @@ slow:The launcher '--jvm.classpath=' adds the jar
slow:The launcher '--jvm.cp=' adds the jar
slow:The launcher enables deterministic hashing if -Xhashing.deterministic is set
slow:The launcher 'gem' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
aot:The launcher 'gem' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
slow:The launcher 'irb' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
slow:The launcher 'rake' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
slow:The launcher 'rdoc' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
Expand Down Expand Up @@ -60,3 +59,6 @@ slow:The launcher understands ruby polyglot options
slow:The launcher understands ruby polyglot options without ruby. prefix
graalvm(the executable is in jre/bin):The launcher is in the bindir
slow:The launcher does not create context on --version and -v
aot(no sulong):The launcher 'gem' in `RbConfig::CONFIG['bindir']` directory runs when symlinked
aot(no sulong):The launcher 'gem' in `RbConfig::CONFIG['extra_bindirs'][0]` directory runs when symlinked
aot(no sulong):The launcher 'gem' in `RbConfig::CONFIG['extra_bindirs'][1]` directory runs when symlinked

0 comments on commit 5ce2fcc

Please sign in to comment.