Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests that fail after enabling indyLambda #9374

Closed
scabug opened this issue Jul 1, 2015 · 3 comments
Closed

Fix tests that fail after enabling indyLambda #9374

scabug opened this issue Jul 1, 2015 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jul 1, 2015

PR that enables indyLambda for building scala/scala: scala/scala#4594

[solved in pr 4599] a number of tests for reify crash the backend at runtime:

  • run/reify_properties.scala
  • run/reify_newimpl_52.scala
  • run/reify_properties.scala
  • run/reify_fors_oldpatmat.scala
  • run/reify_newimpl_51.scala
  • run/reify_fors_newpatmat.scala
  • run/reify_sort1.scala
  • run/reify_csv.scala
  • run/reify_for1.scala

[still to do] another issue: the old optimizer seems to fail when the scala library is compiled with indyLambda, e.g., it cannot inline List.foreach. That causes a number of test failures:

  • run/t7008-scala-defined/Test_3.scala
  • run/private-inline.scala
  • jvm/patmat_opt_ignore_underscore/test.scala
  • jvm/patmat_opt_no_nullcheck/test.scala
  • run/elidable-opt.scala started producing inliner warnings
@scabug
Copy link
Author

scabug commented Jul 1, 2015

Imported From: https://issues.scala-lang.org/browse/SI-9374?orig=1
Reporter: @lrytz

@scabug
Copy link
Author

scabug commented Jul 2, 2015

@lrytz said:
scala/scala#4599 for the reify failures

@scabug
Copy link
Author

scabug commented Feb 5, 2016

@lrytz said:
finished in scala/scala#4920

@scabug scabug closed this as completed Feb 5, 2016
@scabug scabug added this to the 2.12.0-M4 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants