public class com.oracle.truffle.tck.tests.ExpressionTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.tck.tests.ExpressionTest
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher<com.oracle.truffle.tck.tests.TestRun> TEST_RESULT_MATCHER;
    descriptor: Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher<Lcom/oracle/truffle/tck/tests/TestRun;>;

  private static com.oracle.truffle.tck.tests.TestContext context;
    descriptor: Lcom/oracle/truffle/tck/tests/TestContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final com.oracle.truffle.tck.tests.TestRun testRun;
    descriptor: Lcom/oracle/truffle/tck/tests/TestRun;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 60
            invokestatic com.oracle.truffle.tck.tests.TestUtil.createTooManyFailuresMatcher:()Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            putstatic com.oracle.truffle.tck.tests.ExpressionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
         1: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.util.Collection<? extends com.oracle.truffle.tck.tests.TestRun> createExpressionTests();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=0
         0: .line 66
            new com.oracle.truffle.tck.tests.TestContext
            dup
            ldc Lcom/oracle/truffle/tck/tests/ExpressionTest;
            invokespecial com.oracle.truffle.tck.tests.TestContext.<init>:(Ljava/lang/Class;)V
            putstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
         1: .line 68
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokestatic com.oracle.truffle.tck.tests.TestUtil.getRequiredLanguages:(Lcom/oracle/truffle/tck/tests/TestContext;)Ljava/util/Set;
         2: .line 69
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokestatic com.oracle.truffle.tck.tests.TestUtil.getRequiredValueLanguages:(Lcom/oracle/truffle/tck/tests/TestContext;)Ljava/util/Set;
         3: .line 70
            new com.oracle.truffle.tck.tests.ExpressionTest$1
            dup
            invokespecial com.oracle.truffle.tck.tests.ExpressionTest$1.<init>:()V
         4: .line 76
            new com.oracle.truffle.tck.tests.ExpressionTest$2
            dup
            invokespecial com.oracle.truffle.tck.tests.ExpressionTest$2.<init>:()V
         5: .line 67
            invokestatic com.oracle.truffle.tck.tests.TestUtil.createTestRuns:(Ljava/util/Set;Ljava/util/Set;Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Collection;
            astore 0 /* testRuns */
        start local 0 // java.util.Collection testRuns
         6: .line 82
            aload 0 /* testRuns */
            areturn
        end local 0 // java.util.Collection testRuns
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            6    7     0  testRuns  Ljava/util/Collection<+Lcom/oracle/truffle/tck/tests/TestRun;>;
    Signature: ()Ljava/util/Collection<+Lcom/oracle/truffle/tck/tests/TestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public static void afterClass();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 87
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
            invokevirtual com.oracle.truffle.tck.tests.TestContext.close:()V
         1: .line 88
            aconst_null
            putstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
         2: .line 89
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      org.junit.AfterClass()

  public void <init>(com.oracle.truffle.tck.tests.TestRun);
    descriptor: (Lcom/oracle/truffle/tck/tests/TestRun;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tck.tests.ExpressionTest this
        start local 1 // com.oracle.truffle.tck.tests.TestRun testRun
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 1 /* testRun */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 93
            aload 0 /* this */
            aload 1 /* testRun */
            putfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
         3: .line 94
            return
        end local 1 // com.oracle.truffle.tck.tests.TestRun testRun
        end local 0 // com.oracle.truffle.tck.tests.ExpressionTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/oracle/truffle/tck/tests/ExpressionTest;
            0    4     1  testRun  Lcom/oracle/truffle/tck/tests/TestRun;
    MethodParameters:
         Name  Flags
      testRun  final

  public void testExpression();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.oracle.truffle.tck.tests.ExpressionTest this
         0: .line 98
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            invokestatic org.junit.Assume.assumeThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         1: .line 99
            iconst_0
            istore 1 /* success */
        start local 1 // boolean success
         2: .line 102
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            invokevirtual com.oracle.truffle.tck.tests.TestRun.getSnippet:()Lorg/graalvm/polyglot/tck/Snippet;
            invokevirtual org.graalvm.polyglot.tck.Snippet.getExecutableValue:()Lorg/graalvm/polyglot/Value;
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            invokevirtual com.oracle.truffle.tck.tests.TestRun.getActualParameters:()Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            invokevirtual org.graalvm.polyglot.Value.execute:([Ljava/lang/Object;)Lorg/graalvm/polyglot/Value;
            astore 2 /* result */
        start local 2 // org.graalvm.polyglot.Value result
         3: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            aload 2 /* result */
            aconst_null
            iconst_1
            invokestatic com.oracle.truffle.tck.tests.TestUtil.validateResult:(Lcom/oracle/truffle/tck/tests/TestRun;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;Z)V
         4: .line 104
            iconst_1
            istore 1 /* success */
        end local 2 // org.graalvm.polyglot.Value result
         5: .line 105
            goto 21
      StackMap locals: com.oracle.truffle.tck.tests.ExpressionTest int
      StackMap stack: org.graalvm.polyglot.PolyglotException
         6: astore 2 /* pe */
        start local 2 // org.graalvm.polyglot.PolyglotException pe
         7: .line 106
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            aconst_null
            aload 2 /* pe */
            iconst_1
            invokestatic com.oracle.truffle.tck.tests.TestUtil.validateResult:(Lcom/oracle/truffle/tck/tests/TestRun;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;Z)V
         8: .line 107
            iconst_1
            istore 1 /* success */
        end local 2 // org.graalvm.polyglot.PolyglotException pe
         9: .line 109
            goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2 /* e */
        start local 2 // java.lang.Throwable e
        11: .line 110
            new java.lang.AssertionError
            dup
        12: .line 112
            new java.lang.StringBuilder
            dup
            ldc "Unexpected Exception: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
        14: .line 114
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.context:Lcom/oracle/truffle/tck/tests/TestContext;
        15: .line 111
            invokestatic com.oracle.truffle.tck.tests.TestUtil.formatErrorMessage:(Ljava/lang/String;Lcom/oracle/truffle/tck/tests/TestRun;Lcom/oracle/truffle/tck/tests/TestContext;)Ljava/lang/String;
        16: .line 115
            aload 2 /* e */
        17: .line 110
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable e
        18: .line 116
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        19: .line 117
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            iload 1 /* success */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher.accept:(Ljava/lang/Object;)V
        20: .line 118
            aload 3
            athrow
        21: .line 117
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.tck.tests.ExpressionTest.TEST_RESULT_MATCHER:Lcom/oracle/truffle/tck/tests/TestUtil$CollectingMatcher;
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.ExpressionTest.testRun:Lcom/oracle/truffle/tck/tests/TestRun;
            iload 1 /* success */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher.accept:(Ljava/lang/Object;)V
        22: .line 119
            return
        end local 1 // boolean success
        end local 0 // com.oracle.truffle.tck.tests.ExpressionTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lcom/oracle/truffle/tck/tests/ExpressionTest;
            2   23     1  success  Z
            3    5     2   result  Lorg/graalvm/polyglot/Value;
            7    9     2       pe  Lorg/graalvm/polyglot/PolyglotException;
           11   18     2        e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     5       6  Class org.graalvm.polyglot.PolyglotException
           2     9      10  Class org.graalvm.polyglot.PolyglotException
           2     9      10  Class java.lang.AssertionError
           2    18      18  any
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ExpressionTest.java"
NestMembers:
  com.oracle.truffle.tck.tests.ExpressionTest$1  com.oracle.truffle.tck.tests.ExpressionTest$2
InnerClasses:
  com.oracle.truffle.tck.tests.ExpressionTest$1
  com.oracle.truffle.tck.tests.ExpressionTest$2
  abstract CollectingMatcher = com.oracle.truffle.tck.tests.TestUtil$CollectingMatcher of com.oracle.truffle.tck.tests.TestUtil
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/runners/Parameterized;)