aarzilli
7de5369508
Revert "travis: exclude builds of Go other than most recent from ARM64 builds"
...
This reverts commit 35d168ac16527dcb19f8e8761ad7c5de24b56eca.
See: https://github.com/go-delve/delve/pull/1786#issuecomment-562160264
2019-12-10 07:55:57 -08:00
aarzilli
35d168ac16
travis: exclude builds of Go other than most recent from ARM64 builds
2019-12-04 07:03:50 -08:00
hengwu0
da2028dcdf
test: fix tests on arm64
...
* remove skip-code of some arm64 tests, which implemented.
* fix errors in testsuits for arm64
2019-11-27 11:07:31 -08:00
hengwu0
1c9cfc035b
test: skip failed tests on arm64
...
Skip the failed tests that don't work on arm64.
2019-11-27 11:07:31 -08:00
Alessandro Arzilli
223eb4cb5f
travis: bump continuous integration to 1.13 ( #1693 )
...
Bump continuous integration to include Go 1.13, drop 1.10 from
compatiblity file.
2019-09-15 11:37:07 -07:00
Alessandro Arzilli
67b6d4b9c9
travis-ci: fix dwz test problems ( #1648 )
...
For some reason the version of dwz in Travis-CI now fails to run on Go
binaries. Ignore the particular error.
2019-07-31 13:09:00 -07:00
Alessandro Arzilli
55eed318fd
Go 1.13 support ( #1546 )
...
* tests: fix tests for Go 1.13
- Go 1.13 doesn't autogenerate init functions anymore, tests that
expected that now fail and should be skipped.
- Plugin tests now need -gcflags'all=-N -l' now, we were probably
getting lucky with -gcflags='-N -l' before.
* proc: allow signed integers as shift counts
Go1.13 allows signed integers to be used as the right hand side of a
shift operator, change eval to match.
* goversion: update maximum supported version
* travis: force Go to use vendor directory
Travis scripts get confused by "go: downloading" lines, the exact
reason is not clear. Testing that the vendor directory is up to date is
a good idea anyway.
2019-06-30 10:34:47 -07:00
Alessandro Arzilli
0e1c742787
travis.yml: add 1.12 to test matrix ( #1498 )
2019-02-26 08:52:13 -08:00
Derek Parker
f1e66f075f
Add function call support for OSX
...
Implements missing functionality in gdbserial to enable function calls
on OSX.
2018-08-30 15:48:10 -07:00
Sergio Lopez
33780e96ba
travis: install dwz package on linux tests
2018-05-23 13:59:45 -07:00
aarzilli
bef0d05d16
travis-ci: Update to go 1.10
2018-03-07 14:50:50 -08:00
Alessandro Arzilli
550e7d384d
core_test: fix TestCoreFpRegisters on go1.9 ( #1082 )
...
* core_test: fix TestCoreFpRegisters on go1.9
It was broken by 7bec20e5fca48552b004fc8776dd9e6502a11706
* travis-ci: switch to VM builders for linux
2018-01-24 11:42:35 -08:00
Davor Kapsa
913153e7ff
travis: remove 1.7.x go version
2017-11-03 19:53:49 +01:00
Davor Kapsa
3e580eaa0b
travis: update go versions
2017-11-03 19:53:49 +01:00
Derek Parker
bb07fc36b9
Add Go 1.8 to Travis test matrix ( #747 )
...
Dropping test coverage for Go 1.6.
Closes #741
2017-02-28 12:27:44 +01:00
Derek Parker
46803551b8
CI: add Go 1.7 to Travis ( #649 )
2016-10-04 20:06:09 +02:00
Derek Parker
9fcd44421f
travis: Test against Go 1.6
2016-02-18 19:19:43 +01:00
Derek Parker
359f252801
travis: allow failures on tip
2015-12-15 15:37:58 -08:00
Derek Parker
91939bc9e7
travis: remove tip from allowed failures
2015-10-28 17:39:19 -07:00
Derek Parker
d15d450a29
travis: Allow failures on tip
2015-10-22 10:48:52 -07:00
Derek Parker
5e31400a87
travis: Fix Makefile for Linux travis builds
2015-10-09 18:03:24 -07:00
Derek Parker
c8a588c691
travis: Update travis.yml
2015-10-09 17:59:45 -07:00
Derek Parker
71e83d6f59
travis: Remove go 1.4.2
2015-09-30 18:25:02 -07:00
Derek Parker
8d6bb4a1bb
Add Go1.5 to travis list
2015-08-19 14:07:19 -05:00
Derek Parker
4bae873705
Add travis CI
2015-08-04 08:03:35 -05:00
Derek Parker
201981b91c
Remove Travis support
...
Currently Travis supports only Ubuntu 12.04 linux 2.6 VMs which are
terribly outdated, and trying to track down why it's hanging on Travis
but not on other similar VMs is more trouble than it's worth at the
moment.
Certainly another more appropriate and up to date CI solution should be
explored.
2015-02-18 09:46:02 -06:00
Derek Parker
15f9da7200
Update travis env
2015-02-17 21:26:21 -06:00
Derek Parker
1489674885
Fix travis apt install
2015-02-17 20:59:38 -06:00
Florin Patan
86e60be387
Added TravisCI support and badges
2015-02-17 20:35:19 -06:00