Home
last modified time | relevance | path

Searched refs:assertEval (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
H A DVariablesTest.java160 assertEval("long x;", in variablesRedefinition()
165 assertEval("String y;", in variablesRedefinition()
211 assertEval("class List {}", in variablesClassReplace()
273 assertEval("int foo() {" + in methodVariablesAreNotVisible()
280 assertEval("foo();", "200"); in methodVariablesAreNotVisible()
294 assertEval( in classFieldsAreNotVisible()
327 assertEval("assert false;"); in syntheticVariables()
392 assertEval("import api.C;"); in lvti()
402 assertEval("r15b", "\"a\""); in lvti()
475 assertEval("v2", "[1]"); in varType()
[all …]
H A DGetResourceTest.java43 assertEval("import java.util.Arrays;"); in checkGetResource()
57 assertEval("test()", "true"); in checkGetResource()
85 assertEval("test()", "true"); in checkRedefine()
89 assertEval("import java.net.*;"); in checkResourceSize()
97 assertEval("test()", "true"); in checkResourceSize()
101 assertEval("import java.net.*;"); in checkTimestampCheck()
102 assertEval("import java.time.*;"); in checkTimestampCheck()
117 assertEval("long[] orig = test();"); in checkTimestampCheck()
134 assertEval("long[] nue = test();"); in checkTimestampCheck()
142 assertEval("import java.net.*;"); in checkFieldAccess()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
H A DGetResourceTest.java43 assertEval("import java.util.Arrays;"); in checkGetResource()
57 assertEval("test()", "true"); in checkGetResource()
85 assertEval("test()", "true"); in checkRedefine()
89 assertEval("import java.net.*;"); in checkResourceSize()
97 assertEval("test()", "true"); in checkResourceSize()
101 assertEval("import java.net.*;"); in checkTimestampCheck()
102 assertEval("import java.time.*;"); in checkTimestampCheck()
117 assertEval("long[] orig = test();"); in checkTimestampCheck()
134 assertEval("long[] nue = test();"); in checkTimestampCheck()
142 assertEval("import java.net.*;"); in checkFieldAccess()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
H A DGetResourceTest.java43 assertEval("import java.util.Arrays;"); in checkGetResource()
57 assertEval("test()", "true"); in checkGetResource()
85 assertEval("test()", "true"); in checkRedefine()
89 assertEval("import java.net.*;"); in checkResourceSize()
97 assertEval("test()", "true"); in checkResourceSize()
101 assertEval("import java.net.*;"); in checkTimestampCheck()
102 assertEval("import java.time.*;"); in checkTimestampCheck()
117 assertEval("long[] orig = test();"); in checkTimestampCheck()
134 assertEval("long[] nue = test();"); in checkTimestampCheck()
142 assertEval("import java.net.*;"); in checkFieldAccess()
[all …]
H A DVariablesTest.java160 assertEval("long x;", in variablesRedefinition()
165 assertEval("String y;", in variablesRedefinition()
211 assertEval("class List {}", in variablesClassReplace()
273 assertEval("int foo() {" + in methodVariablesAreNotVisible()
280 assertEval("foo();", "200"); in methodVariablesAreNotVisible()
294 assertEval( in classFieldsAreNotVisible()
327 assertEval("assert false;"); in syntheticVariables()
392 assertEval("import api.C;"); in lvti()
402 assertEval("r15b", "\"a\""); in lvti()
475 assertEval("v2", "[1]"); in varType()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
H A DVariablesTest.java160 assertEval("long x;", in variablesRedefinition()
165 assertEval("String y;", in variablesRedefinition()
211 assertEval("class List {}", in variablesClassReplace()
273 assertEval("int foo() {" + in methodVariablesAreNotVisible()
280 assertEval("foo();", "200"); in methodVariablesAreNotVisible()
294 assertEval( in classFieldsAreNotVisible()
327 assertEval("assert false;"); in syntheticVariables()
392 assertEval("import api.C;"); in lvti()
402 assertEval("r15b", "\"a\""); in lvti()
475 assertEval("v2", "[1]"); in varType()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DTypeNameTest.java50 assertEval("import java.util.List;"); in testTypeInference()
70 assertEval("interface A {}"); in testTypeInference()
71 assertEval("interface I {}"); in testTypeInference()
79 assertEval("import java.util.List;"); in testConditionals()
84 assertEval("String st = \"low\";"); in testConditionals()
85 assertEval("boolean b;"); in testConditionals()
92 assertEval("class X {}"); in testConditionals()
93 assertEval("class B extends X {}"); in testConditionals()
94 assertEval("class C extends X {}"); in testConditionals()
99 assertEval("import java.util.List;"); in testJEP286NonDenotable()
[all …]
H A DVariablesTest.java161 assertEval("long x;", in variablesRedefinition()
166 assertEval("String y;", in variablesRedefinition()
212 assertEval("class List {}", in variablesClassReplace()
274 assertEval("int foo() {" + in methodVariablesAreNotVisible()
281 assertEval("foo();", "200"); in methodVariablesAreNotVisible()
295 assertEval( in classFieldsAreNotVisible()
404 assertEval("class Z { }"); in lvti()
407 assertEval("class $ { }"); in lvti()
487 assertEval("v2", "[1]"); in varType()
528 assertEval("1+1", "2"); in badPkgVarDecl()
[all …]
H A DSimpleRegressionTest.java58 assertEval("int $2 = 4;"); in testUserTakesTempVarName()
59 assertEval("String $1;"); in testUserTakesTempVarName()
76 assertEval("c;", "600"); in testMultiSnippetDependencies()
103 assertEval("x + y;", "7"); in testExprSanity()
152 assertEval("boolean b;", in testDuplicate()
158 assertEval("class C {}"); in testContextClassLoader()
189 assertEval("new C[3][2]", in testMultiDimArrayRepresentation()
206 assertEval("\"\"", in testStringRepresentation()
217 assertEval(s, s); in testCharRepresentation()
219 assertEval("'\\3'", in testCharRepresentation()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/xhpast/api/__tests__/
H A DXHPASTTreeTestCase.php12 $this->assertEval(
15 $this->assertEval(
18 $this->assertEval(
21 $this->assertEval(
24 $this->assertEval(
29 $this->assertEval(
38 $this->assertEval(
62 $this->assertEval(
80 $this->assertEval(
92 $this->assertEval(
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/parser/xhpast/api/__tests__/
H A DXHPASTTreeTestCase.php12 $this->assertEval(
15 $this->assertEval(
18 $this->assertEval(
21 $this->assertEval(
24 $this->assertEval(
29 $this->assertEval(
38 $this->assertEval(
62 $this->assertEval(
80 $this->assertEval(
92 $this->assertEval(
[all …]

12345678910>>...14