/external/v8/test/webkit/ |
dfg-phantom-get-local-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 30 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 31 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 32 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 33 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 34 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 35 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 36 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is false 37 PASS foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}}) is fals [all...] |
function-apply-aliased-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS myObject.apply() is [myObject, "myObject.apply"] 30 PASS forwarder(myObject) is [myObject, "myObject.apply"] 31 PASS myFunction('arg1') is [this, "myFunction", "arg1"] 32 PASS forwarder(myFunction, null, ['arg1']) is [this, "myFunction", "arg1"] 33 PASS myFunction.apply(myObject, ['arg1']) is [myObject, "myFunction", "arg1"] 34 PASS myFunction.apply(myObject, arg1Array) is [myObject, "myFunction", "arg1"] 35 PASS forwarder(myFunction, myObject, arg1Array) is [myObject, "myFunction", "arg1"] 36 PASS myFunction.apply() is [this, "myFunction", undefined] 37 PASS myFunction.apply(null) is [this, "myFunction", undefined [all...] |
property-getters-and-setters-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 30 PASS o1.b is 8 31 PASS o1.b is 11 33 PASS o2.b is 8 34 PASS o2.b is 11 36 PASS o3.x = 10; o3.x is 42 38 PASS o4.x is undefined. 40 PASS o4.__lookupGetter__('b') is getB 41 PASS o4.__lookupSetter__('b') is setB 43 PASS o5.__defineSetter__('a', null) threw exception TypeError: Object.prototype.__defineSetter__: Expec (…) [all...] |
array-defineOwnProperty-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS Object.defineProperty([], 'x', { get:function(){return true;} }).x is true 30 PASS Object.defineProperty([], 'length', { value: 1 }).length is 1 31 PASS var a = Object.defineProperty([], 'length', { writable: false }); a[1] = 1; a.length is 0 32 PASS var a = Object.defineProperty([], 'length', { writable: false }); a.length = 1; a.length is 0 33 PASS var a = Object.defineProperty([], 'length', {}); a.length = 1; a.length is 1 34 PASS Object.defineProperty([], 'length', { get:function(){return true;} }) threw exception TypeError: Cannot redefine property: length. 35 PASS Object.defineProperty([], 'length', { enumerable: true }) threw exception TypeError: Cannot redefine property: length. 36 PASS Object.defineProperty([], 'length', { configurable: true }) threw exception TypeError: Cannot redefine property: length. 37 PASS Object.defineProperty(Object.defineProperty([], 'length', { writable: false }), 'length', { writab (…) [all...] |
function-prototype-descriptor-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS descriptor['writable'] is true 30 PASS descriptor['enumerable'] is false 31 PASS descriptor['configurable'] is false 32 PASS descriptor['writable'] is true 33 PASS descriptor['enumerable'] is false 34 PASS descriptor['configurable'] is false 35 PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype. 36 PASS descriptor['writable'] is true 37 PASS descriptor['enumerable'] is fals [all...] |
Array-isArray-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS Array.isArray([]) is true 30 PASS Array.isArray(new Array) is true 31 PASS Array.isArray(Array()) is true 32 PASS Array.isArray('abc'.match(/(a)*/g)) is true 33 PASS (function(){ return Array.isArray(arguments); })() is false 34 PASS Array.isArray() is false 35 PASS Array.isArray(null) is false 36 PASS Array.isArray(undefined) is false 37 PASS Array.isArray(true) is fals [all...] |
regexp-non-character-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS "F".match(/[\uD7FF]/) is null 30 PASS "0".match(/[\uD800]/) is null 31 PASS "F".match(/[\uDFFF]/) is null 32 PASS "E".match(/[\uE000]/) is null 33 PASS "y".match(/[\uFDBF]/) is null 34 PASS "y".match(/[\uFDD0]/) is null 35 PASS "y".match(/[\uFDEF]/) is null 36 PASS "y".match(/[\uFDF0]/) is null 37 PASS "y".match(/[\uFEFF]/) is nul [all...] |
string-property-deletion-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS str.length is 3 30 PASS delete str.length is false 31 PASS delete str[0] is false 32 PASS delete str[1] is false 33 PASS delete str[2] is false 34 PASS delete str[3] is true 35 PASS delete str[-1] is true 36 PASS delete str[4294967294] is true 37 PASS delete str[4294967295] is tru [all...] |
/external/e2fsprogs/tests/f_resize_inode/ |
expect | 21 Pass 1: Checking inodes, blocks, and sizes 22 Pass 2: Checking directory structure 23 Pass 3: Checking directory connectivity 24 Pass 4: Checking reference counts 25 Pass 5: Checking group summary information 34 Pass 1: Checking inodes, blocks, and sizes 35 Pass 2: Checking directory structure 36 Pass 3: Checking directory connectivity 37 Pass 4: Checking reference counts 38 Pass 5: Checking group summary informatio [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tools.py | 111 pass 114 pass 116 pass 119 pass 121 pass 123 pass 131 pass 139 pass 142 pass 144 pass [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tools.py | 111 pass 114 pass 116 pass 119 pass 121 pass 123 pass 131 pass 139 pass 142 pass 144 pass [all...] |
/external/v8/test/webkit/fast/regex/ |
malformed-escapes-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 31 PASS regexp.test('ug') is true 32 PASS regexp.lastIndex is 2 35 PASS regexp.test('xg') is true 36 PASS regexp.lastIndex is 2 39 PASS regexp.test('\\c_') is true 40 PASS regexp.lastIndex is 3 43 PASS regexp.test('B') is true 44 PASS regexp.lastIndex is 1 47 PASS regexp.test('\b') is tru [all...] |
/external/v8/test/cctest/ |
cctest.status | 36 'test-api/ApplyInterruption': [PASS, TIMEOUT], 51 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL], 58 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 63 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 67 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 68 'test-types/*': [PASS, NO_VARIANTS], 73 'test-cpu-profiler/*': [PASS, FLAKY], 77 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 78 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY] [all...] |
/external/e2fsprogs/tests/f_h_badnode/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 11 Pass 3: Checking directory connectivity 12 Pass 3A: Optimizing directories 13 Pass 4: Checking reference counts 14 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_holedir2/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 6 Pass 2: Checking directory structure 11 Pass 3: Checking directory connectivity 12 Pass 3A: Optimizing directories 13 Pass 4: Checking reference counts 14 Pass 5: Checking group summary information
|
/external/llvm/test/Other/ |
optimize-options.ll | 1 ;RUN: opt -S -O1 -debug-pass=Arguments %s 2>&1 | FileCheck %s 2 ;RUN: opt -S -O2 -debug-pass=Arguments %s 2>&1 | FileCheck %s 3 ;RUN: opt -S -Os -debug-pass=Arguments %s 2>&1 | FileCheck %s 4 ;RUN: opt -S -Oz -debug-pass=Arguments %s 2>&1 | FileCheck %s 5 ;RUN: opt -S -O3 -debug-pass=Arguments %s 2>&1 | FileCheck %s 8 ;CHECK: Pass Arguments: {{.*}} -print-module
|
/external/mesa3d/src/glsl/tests/ |
optimization-test | 4 pass=0 12 echo "PASS" 13 pass=$((pass+1)) 21 echo "$pass/$total tests returned correct results" 24 if [[ $pass == $total ]]; then
|
/external/libxml2/test/automata/ |
abaa | 14 # Pass 20 # Pass 31 # Pass
|
/external/v8/test/webkit/fast/js/ |
Object-defineProperty-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 30 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {}), 'foo')) is JSON.stringify({writable: false, enumerable: false, configurable: false}) 31 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {get:undefined}), 'foo')) is JSON.stringify({enumerable: false, configurable: false}) 32 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: false}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 33 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, writable: true}), 'foo')) is JSON.stringify({value: 1, writable: true, enumerable: false, configurable: false}) 34 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, enumerable: false}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 35 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, enumerable: true}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: true, configurable: false}) 36 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, configurable: false}), 'foo')) is JSON.stringify({value: 1, writable: false, enumerable: false, configurable: false}) 37 PASS JSON.stringify(Object.getOwnPropertyDescriptor(Object.defineProperty({}, 'foo', {value:1, configur (…) [all...] |
regexp-non-capturing-groups-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS /(x)?\1y/.test("y") is true 30 PASS /(x)?\1y/.exec("y") is ["y", undefined] 31 PASS /(x)?y/.exec("y") is ["y", undefined] 32 PASS "y".match(/(x)?\1y/) is ["y", undefined] 33 PASS "y".match(/(x)?y/) is ["y", undefined] 34 PASS "y".match(/(x)?\1y/g) is ["y"] 35 PASS "y".split(/(x)?\1y/) is ["", undefined, ""] 36 PASS "y".split(/(x)?y/) is ["", undefined, ""] 37 PASS "y".search(/(x)?\1y/) is [all...] |
/art/test/471-deopt-environment/ |
info.txt | 1 Regression test for the bounds check elimination pass, which
|
/external/lldb/test/lang/cpp/dynamic-value/ |
Makefile | 3 CXX_SOURCES := pass-to-base.cpp
|
/external/openssh/contrib/hpux/ |
sshd | 2 # SSHD_ARGS: Command line arguments to pass to sshd
|
/external/valgrind/drd/tests/ |
threaded-fork-vcs.stderr.exp | 4 PASS
|
threaded-fork.stderr.exp | 4 PASS
|