Small fixes for non-fully-parallel sweep #10369
Annotations
13 errors
|
make (check, macos-14)
Process completed with exit code 2.
|
|
make (check, macos-14, --with-gmp)
Process completed with exit code 2.
|
|
make (check, macos-15)
Process completed with exit code 2.
|
|
make (check, macos-14, --with-jemalloc --with-opt-dir=$(brew --prefix jemalloc))
Process completed with exit code 2.
|
|
make (test-all, --repeat-count=2, macos-14)
The operation was canceled.
|
|
make (check, macos-14, --with-gcc=gcc-14)
Process completed with exit code 2.
|
|
make (test-bundler-parallel, macos-14)
Process completed with exit code 2.
|
|
make (test-bundled-gems, macos-14)
Process completed with exit code 2.
|
|
Failure:
src/gems/src/racc/test/test_racc_command.rb#L343
<"1 useless nonterminals:\n" +
" dummy\n" +
"2 useless rules:\n" +
" #4 (dummy)\n" +
" #5 (dummy)\n" +
"1 shift/reduce conflicts\n" +
"Turn on logging with \"-v\" and check \".output\" file for details\n"> expected but was
<"concurrent set resize from 1024 to 2048\n" +
"concurrent set resize from 2048 to 4096\n" +
"concurrent set resize from 4096 to 8192\n" +
"concurrent set resize from 8192 to 16384\n" +
"1 useless nonterminals:\n" +
" dummy\n" +
"2 useless rules:\n" +
" #4 (dummy)\n" +
" #5 (dummy)\n" +
"1 shift/reduce conflicts\n" +
"Turn on logging with \"-v\" and check \".output\" file for details\n">.
diff:
+ concurrent set resize from 1024 to 2048
+ concurrent set resize from 2048 to 4096
+ concurrent set resize from 4096 to 8192
+ concurrent set resize from 8192 to 16384
1 useless nonterminals:
dummy
2 useless rules:
#4 (dummy)
#5 (dummy)
1 shift/reduce conflicts
Turn on logging with "-v" and check ".output" file for details
|
|
Failure:
src/gems/src/rake/test/test_rake_backtrace.rb#L101
<"rake aborted!"> expected but was
<"concurrent set resize from 1024 to 2048">.
|
|
Failure:
src/gems/src/rake/test/test_rake_backtrace.rb#L68
<"rake aborted!"> expected but was
<"concurrent set resize from 1024 to 2048">.
|
|
Failure:
src/gems/src/rake/test/test_rake_backtrace.rb#L86
<"rake aborted!"> expected but was
<"concurrent set resize from 1024 to 2048">.
|
|
macOS result
Process completed with exit code 1.
|