aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm_test_util.go')
-rw-r--r--tests/vm_test_util.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go
index 1edf0e425..25e55886f 100644
--- a/tests/vm_test_util.go
+++ b/tests/vm_test_util.go
@@ -129,7 +129,7 @@ func runVmTests(tests map[string]VmTest, skipTests []string) error {
}
for name, test := range tests {
- if skipTest[name] /*|| name != "exp0"*/ {
+ if skipTest[name] /*|| name != "loop_stacklimit_1021"*/ {
glog.Infoln("Skipping VM test", name)
continue
}
@@ -229,6 +229,6 @@ func RunVm(statedb *state.StateDB, env, exec map[string]string) ([]byte, []*type
vm.PrecompiledContracts = make(map[common.Address]vm.PrecompiledContract)
environment, _ := NewEVMEnvironment(true, chainConfig, statedb, env, exec)
- ret, g, err := environment.Call(caller, to, data, gas.Uint64(), value)
- return ret, statedb.Logs(), new(big.Int).SetUint64(g), err
+ ret, err := environment.Call(caller, to, data, gas, value)
+ return ret, statedb.Logs(), gas, err
}
class='commitgraph'>* Update to 2.1.10.ume2002-12-104-23/+19 * Move source to MASTER_SITE_LOCAL, since ftp.softweyr.com is gone.wes2002-12-091-1/+4 * - regression test on panther successfulldinoex2002-12-095-3/+60 * remerge patch, define was lost.dinoex2002-12-091-4/+5 * Fix build on sparc64dinoex2002-12-091-5/+11 * ONLY_FOR_ARCHS=i386 alphakris2002-12-081-0/+1 * Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-082-2/+2 * Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-072-21/+19 * ONLY_FOR_ARCHS=i386 alphakris2002-12-061-0/+1 * Use NO_CHECKSUM instead of overriding checksum: target. This port shouldkris2002-12-011-5/+3 * Remove an illegal optimization that breaks on all platforms wherenaddy2002-11-301-0/+23 * This software is no longer supported by Mindbright and availablealex2002-11-303-10/+9 * Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-291-0/+1 * Make this build again by adding the correct configuration incantations.des2002-11-281-0/+1 * Sort entries.knu2002-11-281-2/+1 * Fix MASTER_SITES and WWW.knu2002-11-262-2/+2 * Maitainer update: Fix security/pam-pgsql on -currentedwin2002-11-242-5/+18 * Make security/audit compiling on -current againedwin2002-11-245-1/+52 * Update to 1.10markp2002-11-242-2/+2 * Fix compile problem under FreeBSD currentedwin2002-11-241-0/+28 * security/lsh wants gmp.h, security/lsh gets gmp.hedwin2002-11-241-0/+3 * Update to 1.2.1.anders2002-11-247-60/+65 * Add libgringotts, a library for encapsulating/safekeeping data inanders2002-11-246-0/+61 * Add kgpg. Another Frontend for gnupg.arved2002-11-246-0/+64 * Bring back the geheimnis port. This is a snapshot from CVS that works witharved2002-11-237-0/+107 * Maintainer update to version 2.0.0rc2edwin2002-11-232-4/+4 * Maintainer update to version 0.0.10edwin2002-11-232-2/+2 * Grab maintainer-shoip and update to version 1.21edwin2002-11-233-3/+17 * Update MASTER_SITES.olgeni2002-11-234-16/+4 * Upgrade to 20021120.sumikawa2002-11-226-16/+14 * openssh-gssapi-3.5p1 is marked as brokendinoex2002-11-222-2/+4 * Update to 4234jeh2002-11-212-2/+2 * add bubblegum 1.12ijliao2002-11-207-0/+44 * upgrade to 1.2.1ijliao2002-11-193-8/+16 * Use the new USE_PERL5_BUILD when adding the build dependency on Perl.marcus2002-11-181-3/+2 * hand over to ports@freebsd.orgmharo2002-11-181-1/+1 * Add missing dependenciesedwin2002-11-181-0/+1 * unbreak on -currentedwin2002-11-185-6/+30 * Update 1.2.6 --> 1.2.7cy2002-11-1612-128/+36 * disable pth detect when configureijliao2002-11-162-0/+2 * Update to DAT 4233jeh2002-11-142-2/+2 * Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0 * update to 0.5leeym2002-11-113-3/+4 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-11142-143/+71 * Update 1.2.7-beta1 --> 1.2.7-beta2cy2002-11-102-3/+3 * Maintainer update to version 0.61edwin2002-11-092-5/+5 * Add NO_CDROMarved2002-11-091-0/+1 * Spell PORTREVISION correctly.ru2002-11-081-1/+1 * openlog(3) and closelog(3) are unsafe in PAM modules.ru2002-11-082-2/+18 * 1. fix messagesijliao2002-11-082-6/+7 * PERL -> REINPLACE_CMDedwin2002-11-071-1/+1 * Upgrade to 4.29.2ache2002-11-072-3/+3 * Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-073-0/+3 * Don't strip Linux binariesarved2002-11-071-2/+2 * Use PORTCOMMENT.cy2002-11-0718-9/+18 * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-078-8/+4 * Bison 1.75 fix.cy2002-11-071-3/+59 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07132-66/+132 * Upgrade to 4232jeh2002-11-072-2/+2 * Remove redundant current features and planned features sections, they'recy2002-11-051-17/+1 * Update 0.7 --> 0.9cy2002-11-058-45/+53 * New MIT Kerberos V beta, version 1.2.7-beta1.cy2002-11-0525-0/+917 * port needs pod2man -> USE_PERL5=yesedwin2002-11-051-0/+1 * vlog requires pod2man -> USE_PERL5=yesedwin2002-11-051-0/+1 * Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-052-0/+2 * Update version to 1.2.6 and update MAINTAINER's email addresstom2002-11-053-5/+5 * PERL -> REINPLACEedwin2002-11-042-2/+4 * PERL -> REINPLACEedwin2002-11-043-2/+6 * PERL -> REINPLACEedwin2002-11-042-2/+4 * Ports didn't build without USE_PERL5=yesedwin2002-11-041-0/+1 * PERL -> REINPLACEedwin2002-11-044-6/+13 * PERL -> REINPLACEedwin2002-11-041-1/+3 * PERL -> REINPLACEedwin2002-11-041-4/+6 * USE_REINPLACE conversion to get rid of Perledwin2002-11-041-1/+2 * Port needs perl to build -> USE_PERL5=yesedwin2002-11-041-0/+1 * fix ${PERL} on -current.vanilla2002-11-041-1/+2 * Add startup script.sumikawa2002-11-034-0/+42 * Add a missing BUILD_DEPENDS on perl5.marcus2002-11-031-1/+2 * Fix typoes on MAINTAINER address.perky2002-11-023-4/+4 * Catch up to repo copy of SWIG-devel to swig13kris2002-11-021-1/+1 * Delete needless *_DEPENDS.nork2002-11-011-3/+0 * Update to 2.0.4pat2002-11-012-2/+2 * Upgrade to V1.4.eivind2002-11-014-118/+200 * Update to 0.10nork2002-10-314-3/+13 * Upgrade to 4.29ache2002-10-314-148/+7 * Upgrade to 4.29ache2002-10-313-4/+5 * Update to 4231jeh2002-10-312-2/+2 * Only use File-Spec if perl < 5.8.alane2002-10-301-3/+12 * add libecc 0.3.0ijliao2002-10-307-0/+50 * Patch to build with new bison 1.75.cy2002-10-291-0/+11 * Current maintainer requests drop in maintainership and fix some whitespacepat2002-10-291-4/+4 * Assign maintainership to Jim Geovedipat2002-10-291-1/+1 * Fix pkg-plist when KRB5_KRB4_COMPAT=NO is specified.cy2002-10-298-36/+60 * Update to 0.03.tobez2002-10-282-2/+2 * Add missed RUN_DEPENDS.sobomax2002-10-281-0/+1 * Fix pkg-plist and set MANCOMPRESSED=yeskris2002-10-282-0/+11 * Fix MASTER_SITES, add CFLAGS support, and allow use of the INSTALL*adamw2002-10-282-7/+28 * Update security/fwlogwatch 0.6_1 -> 0.9adamw2002-10-284-45/+77 * Fix MASTER_SITES, utilize ${DOCSDIR} in the Makefile, andadamw2002-10-282-5/+6 * drop dummy certificate from packagedinoex2002-10-281-1/+0 * remove IS_INTERACTIVE again.dinoex2002-10-282-1/+19 * fix post-extractdinoex2002-10-271-1/+1 * Use buffer-safe string functions for paranoia. Bump PORTREVISION.kris2002-10-272-5/+19 * Install keynote.h and bump PORTREVISIONkris2002-10-272-0/+3 * Update patches for 0.7.0. Somehow I forgot this. :(anders2002-10-265-53/+41 * Upgrade to 1.2.1.kuriyama2002-10-264-6/+6 * - cleanup of mor patchesdinoex2002-10-2612-168/+86 * Mark BROKEN on 5.0kris2002-10-261-1/+7 * * Upgrade to 1.3.2.obraun2002-10-2615-6/+93 * Upgrade to 0.37.obraun2002-10-264-6/+8 * - add rnd_keys.c for compatibilty with base. (patch by: jtraub@isilon.com)dinoex2002-10-268-34/+521 * Circumvent the use of bison, use FreeBSD yacc instead.cy2002-10-254-4/+4 * Quoting the submitter:netchild2002-10-253-16/+24 * Add p5-Crypt-RandPasswd 0.02, an implementation of the Automatedsobomax2002-10-256-0/+34 * Add missed USE_PERL5.sobomax2002-10-251-0/+1 * update to heimdal 1.5.1 (fixes kadmind buffer overflow)assar2002-10-242-2/+2 * Update to snortsnarf 021017kris2002-10-242-2/+2 * Fix buffer overflow in kadmind4 (remote user can gain root access tocy2002-10-248-0/+108 * Update to 4230jeh2002-10-242-2/+2 * Update to 1.0.3 and change maintainer (new email).nork2002-10-233-4/+4 * Update to 1.0.3 and change maintainer (new email).nork2002-10-235-10/+10 * Update my Emailaddressarved2002-10-221-1/+1 * Unbreak on -current.sobomax2002-10-211-0/+16 * Release all my ports.nsayer2002-10-213-3/+3