1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/racc/regress
Yusuke Endoh 2fed5f0ad8 lib/racc/statetransitiontable.rb: Make the racc output stable
Racc calls `Array#sort!` to build a state transition table. As
`Array#sort!` is not a stable sort, the output may differ depending upon
the environment.

This changeset makes the sort stable manually, and updates all
expectation files.
2020-11-10 07:49:19 +09:00
..
cadenza lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
cast lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
csspool lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
edtf lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
huia lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
journey lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
liquor lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
machete lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
mediacloth lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
mof lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
namae lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
nasl lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
nokogiri-css lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
opal lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
php_serialization lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
README.txt
riml lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
ruby18 lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
ruby22 lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
tp_plus lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
twowaysql lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00

These files are "known-good" compiler output, generated from a stable version of
Racc. Whenever Racc is refactored, or changes are made which should not affect the
compiler output, running "rake test" checks that the compiler output is exactly
the same as these files.

If a change is made which *should* change the compiler output, these files will
have to be regenerated from the source in test/assets, and the results committed.