ruby/test/fiddle
Hiroshi SHIBATA 2cf4aa0801
[ruby/fiddle] Only print Fiddle::VERSION when flag is true
(https://github.com/ruby/fiddle/pull/151)

The test of current HEAD revision occurred `unknown command` on
`ruby/ruby` repo.

```
$ make test-all -j TESTS="fiddle -j12" MSPECOPT="-j"
(snip)

# Running tests:

unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_fiddle 58682=test_pack 58683=test_handle 58684=test_import 58685=test_c_union_entity 58686:waiting 58687=test_pinne
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_fiddle 58682=test_pack 58683=test_handle 58684=test_import 58685=test_c_union_entity 58686=test_cparser 58687=test_
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_fiddle 58682=test_pack 58683=test_handle 58684=test_import 58685=test_c_union_entity 58686=test_cparser 58687=test_
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_fiddle 58682=test_memory_view 58683=test_handle 58684=test_import 58685=test_c_union_entity 58686=test_cparser 5868
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_closure 58682=test_memory_view 58683=test_handle 58684=test_import 58685=test_c_union_entity 58686=test_cparser 586
unknown command: "Fiddle::VERSION: 1.1.3.dev"
unknown command: "Fiddle::VERSION: 1.1.3.dev"
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_closure 58682=test_memory_view 58683=test_handle 58684=test_import 58685=test_c_struct_builder 58686=test_cparser 5
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_closure 58682=test_memory_view 58683=test_handle 58684=test_import 58685=test_c_struct_builder 58686=test_cparser 5
unknown command: "Fiddle::VERSION: 1.1.3.dev"8681=test_closure 58682=test_memory_view 58683=test_handle 58684=test_import 58685=test_c_struct_builder 58686=test_cparser 5
Finished tests in 1.136194s, 194.5090 tests/s, 929.4187 assertions/s.
221 tests, 1056 assertions, 0 failures, 0 errors, 4 skips
```

I only show fiddle version in this repository with `$VERSBOSE` flag.

31bebd85be
2024-10-10 15:15:54 +09:00
..
helper.rb [ruby/fiddle] Only print Fiddle::VERSION when flag is true 2024-10-10 15:15:54 +09:00
test_c_struct_builder.rb
test_c_struct_entry.rb [ruby/fiddle] Use Ruby's true/false for C bool 2023-11-08 09:25:44 +09:00
test_c_union_entity.rb
test_closure.rb Import JRuby implementation (#147) 2024-10-10 10:05:52 +09:00
test_cparser.rb [ruby/fiddle] Add support for bool 2023-08-02 18:17:18 +09:00
test_fiddle.rb Import JRuby implementation (#147) 2024-10-10 10:05:52 +09:00
test_func.rb Import JRuby implementation (#147) 2024-10-10 10:05:52 +09:00
test_function.rb [ruby/fiddle] test jruby: fix a typo 2024-10-10 10:06:08 +09:00
test_handle.rb [ruby/fiddle] test jruby: fix a typo 2024-10-10 10:06:10 +09:00
test_import.rb Import JRuby implementation (#147) 2024-10-10 10:05:52 +09:00
test_memory_view.rb [ruby/fiddle] test memory-view: ensure releasing in test 2024-10-02 14:36:11 +09:00
test_pack.rb
test_pinned.rb
test_pointer.rb Import JRuby implementation (#147) 2024-10-10 10:05:52 +09:00