* test/ruby/test_rubyoptions.rb (test_segv_test): follow up the
change at r29556. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2fdd98eb0
commit
4e3fda080c
@ -1,3 +1,8 @@
|
|||||||
|
Sun Oct 24 00:25:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/ruby/test_rubyoptions.rb (test_segv_test): follow up the
|
||||||
|
change at r29556.
|
||||||
|
|
||||||
Sat Oct 23 14:39:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Oct 23 14:39:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* lib/mkmf.rb: $extmk should be true for test/runner.
|
* lib/mkmf.rb: $extmk should be true for test/runner.
|
||||||
|
@ -378,9 +378,8 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||||||
%r(\A
|
%r(\A
|
||||||
-e:(?:1:)?\s\[BUG\]\sSegmentation\sfault\n
|
-e:(?:1:)?\s\[BUG\]\sSegmentation\sfault\n
|
||||||
#{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
|
#{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
|
||||||
--\scontrol\sframe\s----------\n
|
--\sControl\sframe\sinformation\s-+\n
|
||||||
(?:c:.*\n)*
|
(?:c:.*\n)*
|
||||||
---------------------------\n
|
|
||||||
(?:
|
(?:
|
||||||
--\sRuby\slevel\sbacktrace\sinformation\s----------------------------------------\n
|
--\sRuby\slevel\sbacktrace\sinformation\s----------------------------------------\n
|
||||||
-e:1:in\s\`<main>\'\n
|
-e:1:in\s\`<main>\'\n
|
||||||
@ -391,6 +390,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||||||
--\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n
|
--\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n
|
||||||
(?:(?:.*\s)?\[0x\h+\]\n)*\n
|
(?:(?:.*\s)?\[0x\h+\]\n)*\n
|
||||||
)?
|
)?
|
||||||
|
(?m:.*)
|
||||||
\[NOTE\]\n
|
\[NOTE\]\n
|
||||||
You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
|
You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
|
||||||
Bug\sreports\sare\swelcome.\n
|
Bug\sreports\sare\swelcome.\n
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
#define RUBY_VERSION "1.9.3"
|
#define RUBY_VERSION "1.9.3"
|
||||||
#define RUBY_RELEASE_DATE "2010-10-23"
|
#define RUBY_RELEASE_DATE "2010-10-24"
|
||||||
#define RUBY_PATCHLEVEL -1
|
#define RUBY_PATCHLEVEL -1
|
||||||
#define RUBY_BRANCH_NAME "trunk"
|
#define RUBY_BRANCH_NAME "trunk"
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2010
|
#define RUBY_RELEASE_YEAR 2010
|
||||||
#define RUBY_RELEASE_MONTH 10
|
#define RUBY_RELEASE_MONTH 10
|
||||||
#define RUBY_RELEASE_DAY 23
|
#define RUBY_RELEASE_DAY 24
|
||||||
|
|
||||||
#include "ruby/version.h"
|
#include "ruby/version.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user