From 1bf6c68a5f40761d207012053ef15a5af9310429 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Sat, 8 Nov 2014 23:34:21 -0600 Subject: [PATCH] Exclude test for sprintf %f formatting of Rational. #2160 --- test/mri/excludes/TestSprintf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mri/excludes/TestSprintf.rb b/test/mri/excludes/TestSprintf.rb index 2ab75b8c2c9..3a47c1c0f21 100644 --- a/test/mri/excludes/TestSprintf.rb +++ b/test/mri/excludes/TestSprintf.rb @@ -8,4 +8,5 @@ exclude :test_named_untyped, "needs investigation" exclude :test_named_untyped_enc, "needs investigation" exclude :test_nan, "needs investigation" +exclude :test_rational, "missing special rational handling in sprintf (#2160)" exclude :test_star, "differing error message somewhere deep in GETNUM macro from MRI and our equivalents"