aboutsummaryrefslogtreecommitdiffstats
path: root/test/racc
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/racc] skip the failing test with JRubyHiroshi SHIBATA2020-11-101-0/+2
| | | | https://github.com/ruby/racc/commit/cf37713895
* lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh2020-11-1021-7523/+7507
| | | | | | | | | 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.
* test/racc/test_racc_command.rb: prevent a warningYusuke Endoh2020-09-291-1/+1
| | | | | | | http://rubyci.s3.amazonaws.com/ubuntu2004/ruby-master/log/20200929T003003Z.log.html.gz ``` warning: ambiguous first argument; put parentheses or a space even after `/' operator ```
* [Fixes #137] Improve reportingMarc-Andre Lafortune2020-09-282-0/+29
|
* Fixed misspellingsNobuyoshi Nakada2019-12-202-2/+2
| | | | Fixed misspellings reported at [Bug #16437], for default gems.
* Update regression tests for 1.4.16Hiroshi SHIBATA2019-12-1020-20/+20
|
* Fix typosKazuhiro NISHIYAMA2019-11-1720-20/+20
|
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-0427-2513/+2513
| | | | https://github.com/ruby/racc/commit/a887ebe529
* Also ignore mswin platformHiroshi SHIBATA2019-10-311-1/+1
|
* Ignore test_racc_command with linux platformHiroshi SHIBATA2019-10-311-1/+1
|
* Try to run assert_output_unchanged with racc testsHiroshi SHIBATA2019-10-312-25/+35
|
* Regenerate the output results for test fixtures of raccHiroshi SHIBATA2019-10-3029-2556/+2556
|
* Clean up temporary directory for raccNobuyoshi Nakada2019-07-023-19/+17
|
* Suppress unused variable warningNobuyoshi Nakada2019-07-011-1/+1
|
* Restore $VERBOSENobuyoshi Nakada2019-06-201-0/+7
|
* Suppress warningsNobuyoshi Nakada2019-06-201-1/+1
|
* test/racc/test_racc_command.rb: Extend the timeoutYusuke Endoh2019-06-192-9/+9
| | | | | | test_opal, test_ruby18, and test_ruby22 are slow tests. https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-ad7f67/ruby-master/log/20190619T105405Z.fail.html.gz
* * remove trailing spaces, append newline at EOF.git2019-06-1929-2515/+2515
|
* Temporary disabled to invoke assert_output_unchanged.Hiroshi SHIBATA2019-06-191-20/+20
| | | | Because some environment created the different results from test fixtures.
* Workaround for the external file for racc testHiroshi SHIBATA2019-06-191-0/+2
|
* use TEMP_DIR.Hiroshi SHIBATA2019-06-191-3/+3
|
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-192-17/+9
| | | | Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Restore test_dir and update prefix for Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-7/+8
|
* Try to use Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-3/+3
|
* Fixed path for ruby core repository.Hiroshi SHIBATA2019-06-191-3/+6
|
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-1987-0/+70010