1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

5 commits

Author SHA1 Message Date
nagachika
6d8007fab4 merge revision(s) 17e09f033c4d3b786672ba16d2c5d935482a2fad,bfc697f1e26f1406c45ec7309ca0d4c0b5ecedd6:
Skip three tests on FreeBSD 13

	Some tests that use signals frequently fail randomly on FreeBSD 13.
	Maybe something around signals has changed in FreeBSD 13.
	This change skips them tentatively.
	---
	 test/excludes/TestThread.rb        | 9 +++++++++
	 test/excludes/TestThreadQueue.rb   | 9 +++++++++
	 test/io/console/test_io_console.rb | 9 ++++++++-
	 3 files changed, 26 insertions(+), 1 deletion(-)
	 create mode 100644 test/excludes/TestThreadQueue.rb

	test/io/console/test_io_console.rb: parens needed

	---
	 test/io/console/test_io_console.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)
2022-05-03 11:24:55 +09:00
nagachika
27fbba91cf merge revision(s) b4fd0e0c73aac0cae23237743bbf7dc1b1315b6b,dfe7faa6b60464c184fede59f227341f6c57cc97:
Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci
	 skip]

	---
	 test/excludes/TestThread.rb | 3 +++
	 1 file changed, 3 insertions(+)

	exclude name must be Regexp or Symbol

	fdf0f8d814/tool/lib/test/unit.rb (L1273-L1290)
	---
	 test/excludes/TestThread.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)
2022-05-03 11:23:33 +09:00
naruse
3e92b635fb Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-16 05:07:31 +00:00
naruse
a34ca0c98d suppress warning: ambiguous first argument; put parentheses or a space even after `/' operator
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-06-13 08:42:02 +00:00
nobu
93ce79dc34 test/excludes: expensive tests
* test/excludes/TestConst.rb: skip very expensive test.

* test/excludes/TestThread.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-05-06 22:46:52 +00:00