Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 16 of 16) sorted by relevance

/art/test/494-checker-instanceof-tests/src/
DMain.java152 public static void expect(boolean expected, boolean actual) { in expect() method in Main
159 expect(false, classTypeTestNull()); in main()
160 expect(false, classTypeTestExactMain()); in main()
161 expect(true, classTypeTestExactSubMain()); in main()
164 expect(false, classTypeTestSubMainOrNull()); in main()
166 expect(true, classTypeTestSubMainOrNull()); in main()
169 expect(false, classTypeTestMainOrNull()); in main()
171 expect(false, classTypeTestMainOrNull()); in main()
173 expect(true, classTypeTestMainOrNull()); in main()
176 expect(false, classTypeTestUnrelated()); in main()
[all …]
/art/test/923-monitors/src/art/
DTest923.java166 expect("Lock", it, output); in threadTests()
167 expect("Notify", it, output); in threadTests()
168 expect("Unlock", it, output); in threadTests()
171 expect("Awakened", it, output); in threadTests()
172 expect("Unlock", it, output); in threadTests()
175 expect("Lock", it, output); in threadTests()
176 expect("NotifyAll", it, output); in threadTests()
177 expect("Unlock", it, output); in threadTests()
207 private static void expect(String s, Iterator<String> it, List<String> output) { in expect() method in Test923
/art/test/062-character-encodings/
Dinfo.txt1 Test that the list of character encodings is what we expect.
/art/test/475-simplify-mul-zero/
Dinfo.txt2 Mul should expect zero constant as input.
/art/test/687-deopt/
Dinfo.txt1 Regression test for instrumentation deopt, which previously did not expect a
/art/test/1931-monitor-events/
Dinfo.txt3 Tests that the basic monitor-events work as we expect them to.
/art/test/505-simplifier-type-propagation/
Dinfo.txt2 the code generators did not expect type conversion
/art/test/661-oat-writer-layout/
Dinfo.txt3 Whenever we pass in a profile to dex2oat, we expect that it sorts the methods by the
/art/test/715-clinit-implicit-parameter-annotations/
Dinfo.txt5 looks at these annotations will expect them to.
/art/test/956-methodhandles/
Dexpected.txt26 Don't expect Hi now
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali19 # because it did expect at least a control-flow instruction (b/25494450).
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md28 one might expect. This also means that one cannot set breakpoints on classes
/art/test/134-nodex2oat-nofallback/
Dexpected.txt1 # This file isn't used, but gives an example of the output we expect.
/art/tools/jfuzz/
DREADME.md111 features by means of code sequences most programmers would expect. Regression
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali149 # both negations can be removed but we only expect the simplifier to
DSmaliTests.smali391 # both negations can be removed but we only expect the simplifier to