summaryrefslogtreecommitdiff
path: root/test/files/run/test-cpp.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-81/+0
| | | | | | | | With GenBCode being the default and only supported backend for Java 8, we can get rid of GenASM. This commit also fixes/migrates/moves to pending/deletes tests which depended on GenASM before.
* Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-261-10/+10
| | | | | | | | | | | | | | | | | | | | | | Switch the defaults of `-Ydelambdafy` and `-Ybackend`. Rewrite t6288b-jump-position test - no more icode Don't crash GenBCode beyond JVM code size limits A similar patch is in GenASM, see 3fa2c97 Fix check files for GenBCode / delambdafy:method defaults Force copy propagation test to ASM, see SI-9364 Force inline-ex-handlers test to GenASM, see SI-9364 Move t6613 test to pending - still broken in GenBCode Adding a `flags` file with `-Ybackend:GenASM` doesn't seem to have the desired effect. SI-6613 is re-opened. Force a few tests to GenASM, see SI-9364
* Use java-diff-utils for diffing in partest.Adriaan Moors2013-03-291-65/+81
| | | | | | | | We now use the unified diff format, hence the updated check files. It's not clear to me how partest's classpath is managed, but the approach in this commit works for the ant task and script invocation. The diffutils jar is injected in the parent classloader.
* Normalized line endings.Paul Phillips2012-09-201-65/+65
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* inliner makes fields public only when actually inliningMiguel Garcia2012-06-251-73/+65
|
* Fixed Issue 5321Cristian Tălău2012-03-011-0/+73