Description" Skip tests with math using unavailable math engines
Forwarded: no
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2016-08-27

--- a/test/test_files.rb
+++ b/test/test_files.rb
@@ -35,8 +35,15 @@
   EXCLUDE_KD_FILES = [('test/testcases/block/04_header/with_auto_ids.text' if RUBY_VERSION <= '1.8.6'), # bc of dep stringex not working
                       ('test/testcases/span/03_codespan/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
                       ('test/testcases/block/06_codeblock/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
-                      ('test/testcases/block/15_math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
-                      ('test/testcases/span/math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
+                      'test/testcases/block/15_math/gh_128.text',
+                      'test/testcases/block/15_math/itex2mml.text',
+                      'test/testcases/block/15_math/mathjaxnode_notexhints.text',
+                      'test/testcases/block/15_math/mathjaxnode_semantics.text',
+                      'test/testcases/block/15_math/mathjaxnode.text',
+                      'test/testcases/block/15_math/ritex.text',
+                      'test/testcases/span/math/itex2mml.text',
+                      'test/testcases/span/math/mathjaxnode.text',
+                      'test/testcases/span/math/ritex.text'
                      ].compact
 
   # Generate test methods for kramdown-to-xxx conversion
@@ -323,8 +330,15 @@
                        ('test/testcases/block/06_codeblock/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
                        ('test/testcases/block/06_codeblock/rouge/disabled.text' if RUBY_VERSION < '2.0'), #bc of rouge
                        ('test/testcases/block/06_codeblock/rouge/multiple.text' if RUBY_VERSION < '2.0'), #bc of rouge
-                       ('test/testcases/block/15_math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
-                       ('test/testcases/span/math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
+                       'test/testcases/block/15_math/gh_128.text',
+                       'test/testcases/block/15_math/itex2mml.text',
+                       'test/testcases/block/15_math/mathjaxnode_notexhints.text',
+                       'test/testcases/block/15_math/mathjaxnode_semantics.text',
+                       'test/testcases/block/15_math/mathjaxnode.text',
+                       'test/testcases/block/15_math/ritex.text',
+                       'test/testcases/span/math/itex2mml.text',
+                       'test/testcases/span/math/mathjaxnode.text',
+                       'test/testcases/span/math/ritex.text',
                       ].compact
 
   # Generate test methods for gfm-to-html conversion
