build-with-truffleruby-head #18
Annotations
3 errors and 2 warnings
Failure:
test/irb/test_color.rb#L169
Case: colorize_code("a /(b +1)/i", local_variables: ["a"])
Result: "a /(b +#{BLUE}#{BOLD}1#{CLEAR})/i".
<"a /(b \e[34m\e[1m+1\e[0m)/i"> expected but was
<"a /(b +\e[34m\e[1m1\e[0m)/i">.
diff:
- a /(b +1)/i
? ^ -
+ a /(b +1)/i
? ^^
|
Failure:
test/irb/test_context.rb#L241
<"=> 1\n" + "=> 2\n" + "=> 3\n" + "=> 4\n"> expected but was
<"=> 1\n" + "=> [2, 3]\n" + "=> 2\n" + "=> 3\n" + "=> 4\n" + "=> 4\n">.
diff:
=> 1
+ => [2, 3]
=> 2
=> 3
=> 4
+ => 4
|
rake test truffleruby-head
Process completed with exit code 1.
|
rake test truffleruby-head
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rake test truffleruby-head (latest reline)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|