-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
bugA bug in the library or documentation.A bug in the library or documentation.
Description
Trying to build package for Fedora ([1] but this link will expire quite soon), I got following error:
1) Concurrent::Map #inspect
Failure/Error: expect(Concurrent::Map.new.inspect).to match(regexp)
expected "#<Concurrent::Map:0x-7db1e810 entries=0 default_proc=nil>" to match /\A#<Concurrent::Map:0x[0-9a-f]+ entries=[0-9]+ default_proc=.*>\Z/i
Diff:
@@ -1,2 +1,2 @@
-/\A#<Concurrent::Map:0x[0-9a-f]+ entries=[0-9]+ default_proc=.*>\Z/i
+"#<Concurrent::Map:0x-7db1e810 entries=0 default_proc=nil>"
# ./spec/concurrent/map_spec.rb:831:in `block (2 levels) in <module:Concurrent>'
Please note this was 32b ARM builder, so is this some wrong mapping of integers in inspect method?
[1] http://koji.fedoraproject.org/koji/taskinfo?taskID=14762876
Metadata
Metadata
Assignees
Labels
bugA bug in the library or documentation.A bug in the library or documentation.