/external/v8/test/mozilla/ |
D | mozilla.status | 54 js1_5/Regress/regress-271716-n: SKIP 58 js1_5/extensions/regress-342960: SKIP 62 js1_5/Array/regress-465980-02: SKIP 73 js1_5/GC/regress-203278-2: PASS || TIMEOUT if $mode == debug 79 js1_5/GC/regress-324278: SLOW 85 js1_5/GC/regress-338653: SLOW 91 js1_5/GC/regress-346794: SLOW 95 js1_5/GC/regress-348532: SLOW 101 js1_5/Regress/regress-360969-03: PASS || TIMEOUT if $mode == debug 102 js1_5/Regress/regress-360969-04: PASS || TIMEOUT if $mode == debug [all …]
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 35 regress/regress-1119: FAIL 40 regress/regress-524: SKIP 44 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug 45 compiler/regress-funcaller: PASS, SKIP if $mode == debug 46 regress/regress-create-exception: PASS, SKIP if $mode == debug 62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 69 regress/regress-1969: PASS, SKIP if $mode == debug 90 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release 110 compiler/regress-4: SKIP 111 compiler/regress-funcaller: SKIP [all …]
|
D | testcfg.py | 125 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))] 132 regress.sort() 138 all_tests = mjsunit + regress + bugs + third_party + tools + compiler + harmony
|
/external/chromium/third_party/libevent/test/ |
D | Makefile.am | 5 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c 7 noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench program 9 BUILT_SOURCES = regress.gen.c regress.gen.h 18 regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \ 20 regress.gen.c regress.gen.h 25 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py 26 $(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed" 30 test: test-init test-eof test-weof test-time regress
|
D | Makefile.in | 36 test-weof$(EXEEXT) test-time$(EXEEXT) regress$(EXEEXT) \ 51 am_regress_OBJECTS = regress.$(OBJEXT) regress_http.$(OBJEXT) \ 53 regress.gen.$(OBJEXT) 199 EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c 200 BUILT_SOURCES = regress.gen.c regress.gen.h 209 regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \ 211 regress.gen.c regress.gen.h 261 regress$(EXEEXT): $(regress_OBJECTS) $(regress_DEPENDENCIES) 262 @rm -f regress$(EXEEXT) 476 regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py [all …]
|
D | test.sh | 43 if ./regress >/dev/null ;
|
/external/openssh/regress/ |
D | bsd.regress.mk | 16 all: regress 21 REGRESSNAME=${.CURDIR:S/${BSDSRCDIR}\/regress\///} 24 run-regress-${PROG}: ${PROG} 29 REGRESSTARGETS=run-regress-${PROG} 31 REGRESSSKIPTARGETS=run-regress-${PROG} 53 regress: 76 @echo ${REGRESSNAME}/${RT:S/^run-regress-//} >> ${REGRESSLOG} 79 .PHONY: regress
|
D | multiplex.sh | 4 CTL=/tmp/openssh.regress.ctl-sock.$$
|
D | README.regress | 47 $ cd regress 104 $Id: README.regress,v 1.12 2011/05/05 03:48:42 djm Exp $
|
/external/mksh/src/ |
D | Makefile | 68 regress: ${PROG} check.pl check.t target 69 -rm -rf regress-dir 70 mkdir -p regress-dir 71 echo export FNORD=666 >regress-dir/.mkshrc 72 HOME=$$(realpath regress-dir) perl ${.CURDIR}/check.pl \ 89 -rm -rf build-dir regress-dir printf.o printf.ln
|
D | check.t | 3763 name: read-regress-1 7533 src/regress/bin/ksh/shcrash.sh,v 1.1
|
/external/openssh/ |
D | ChangeLog | 11 - (djm) [regress/connect-privsep.sh regress/test-exec.sh] demote fatal 12 regress errors for the sandbox to warnings. ok tim dtucker 39 [regress/cfgmatch.sh] 42 [regress/connect-privsep.sh] 45 [regress/cipher-speed.sh regress/try-ciphers.sh] 47 - (djm) [regress/cipher-speed.sh regress/try-ciphers.sh] disable HMAC-SHA2 204 [regress/dynamic-forward.sh] 207 [regress/dynamic-forward.sh] 210 [regress/dynamic-forward.sh] 214 - (tim) [regress/cfgmatch.sh] Build/test out of tree fix. [all …]
|
D | Makefile.in | 397 .OBJDIR="$${BUILDDIR}/regress" \ 400 OBJ="$${BUILDDIR}/regress/" \
|
D | configure | 16883 … "openbsd-compat/regress/Makefile") CONFIG_FILES="$CONFIG_FILES openbsd-compat/regress/Makefile" ;;
|
D | configure.ac | 4203 openbsd-compat/Makefile openbsd-compat/regress/Makefile \
|
/external/openssh/openbsd-compat/regress/ |
D | Makefile.in | 27 @echo running compat regress tests 32 @echo finished compat regress tests
|
/external/v8/test/message/ |
D | testcfg.py | 108 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))] 111 regress.sort() 113 all_tests = mjsunit + regress + bugs
|
/external/chromium/third_party/libevent/ |
D | Makefile.am | 44 test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ 55 WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \
|
D | Makefile.in | 292 test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ 303 WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \
|
/external/srec/srec/cfront/ |
D | cheldsp4.c | 62 static void regress(cepdata *rg, const cepdata *cp_buf, unsigned short frmind, 75 static void regress(cepdata *rg, const cepdata*cp_buf, unsigned short frmind, in regress() function 234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim); in make_std_frame()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 1580 the failure of test js1_5/Scope/regress-185485.js 5669 … Covered by JavaScriptCore tests ecma_3/RegExp/octal-002.js and ecma_3/RegExp/regress-85721.js 5687 fixes. Also updated failing results for ecma_3/RegExp/regress-100199.js 6101 … * tests/mozilla/ecma_3/RegExp/regress-119909.js: Reduced the number of nested parentheses to 8126 * tests/mozilla/expected.html: Update test results now that regress-185165.js 10771 - fix a regression in ecma_3/String/regress-104375.js 14766 * tests/mozilla/js1_6/Array/regress-290592.js: Added. 14767 * tests/mozilla/js1_6/Array/regress-304828.js: Added. 14768 * tests/mozilla/js1_6/Array/regress-305002.js: Added. 14769 * tests/mozilla/js1_6/Array/regress-310425-01.js: Added. [all …]
|
D | ChangeLog-2008-08-10 | 9121 Bug 19116: SquirrelFish shouldn't regress on variable lookups 9424 Bug 19116: SquirrelFish shouldn't regress on variable lookups 9455 Bug 19116: SquirrelFish shouldn't regress on variable lookups 9495 Bug 19116: SquirrelFish shouldn't regress on variable lookups 11502 ecma_3/Function/regress-94506.js. 26157 ecma_3/RegExp/regress-100199.js and ecma_3/RegExp/regress-188206.js. 27186 and branches that negate (and in certain cases, regress) any advantage we might 31236 * tests/mozilla/js1_5/Scope/regress-184107.js:
|
D | ChangeLog-2010-05-24 | 11066 * tests/mozilla/ecma_3/Exceptions/regress-181654.js: Added property allow-tabs. 11067 * tests/mozilla/ecma_3/RegExp/regress-209067.js: Added property allow-tabs. 11068 * tests/mozilla/ecma_3/RegExp/regress-85721.js: Added property allow-tabs. 11146 * tests/mozilla/js1_5/Regress/regress-111557.js: Added property allow-tabs. 11147 * tests/mozilla/js1_5/Regress/regress-216320.js: Added property allow-tabs.
|
D | ChangeLog-2011-02-16 | 3191 It made js1_5/Regress/regress-159334.js fail on 64 bit Linux 13344 Bug 46680 - Inlining string concatenation can regress interpreter performance 18260 prevent a regress in performance, the function needs to be inlined.
|
D | ChangeLog-2009-06-16 | 3030 * tests/mozilla/ecma_2/instanceof/regress-7635.js: 10881 Fixed failure in js1_5/Regress/regress-168347.js, as seen on the Oliver 15524 * tests/mozilla/js1_5/Array/regress-157652.js: Changed "KJS" 30983 js1_5/Regress/regress-159334.js
|