Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8069002

REGRESSION: test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails with tip

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • None
    • core-libs
    • None
    • b47
    • generic
    • generic

        test/script/external/test262/test/suite/ch11/11.2/11.2.3/S11.2.3_A3_T5.js fails

        This causes the case of invoking null in JS to throw java.lang.NullPointerException. It is expected to throw a JavaScript specific TypeError instead. Examples of such invocations are

          null();

        or

          var x = null;
          ...
          x();

              attila Attila Szegedi
              sundar Sundararajan Athijegannathan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: