Commit graph

50 commits

Author SHA1 Message Date
Benjamin Pasero 23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07:00
Johannes Rieken a5b9969f06
Merge branch 'master' into joh/sigusr1 2019-10-08 18:02:55 +02:00
Benjamin Pasero 42ebd1036f build - use enable-proposed-api in tests 2019-10-08 11:13:18 +02:00
Johannes Rieken 5d413d7418 remove --disable-inspect 2019-10-07 14:09:05 +02:00
Benjamin Pasero 31a8a2c26e update distro 2019-10-03 07:30:11 +02:00
Benjamin Pasero bb0dbb3b9c
fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Benjamin Pasero da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero afde7913eb
build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Robo 029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
Benjamin Pasero 4cd5047073 build 💄 2019-09-04 08:55:20 +02:00
Benjamin Pasero 155f85b679
Build: run integration tests against actual build (#80203)
* experiment with running macOS integration test against real build

* echo command

* more tests

* Revert "more tests"

This reverts commit b07bde89be.

* test

* fix script

* fix build

* fix tests

* fix build

* fix build

* conditionally enable test for remote

* adopt for linux and windows

* disable failing test

* fix build

* windows - echo off

* fix variable check

* fix path

* fix compile

* echo off

* mac polish
2019-09-02 11:26:26 +02:00
Benjamin Pasero b2a456e7f9 💄 2019-06-24 18:57:37 +02:00
Benjamin Pasero e42a1b0878 build - add and use --disable-inspect for integration tests (#74898) 2019-06-24 18:54:31 +02:00
Benjamin Pasero d813315714 comment out more (for #74898) 2019-06-24 10:49:34 +02:00
Benjamin Pasero 613447d6b3 start to comment out tests (for #74898) 2019-06-19 11:26:27 +02:00
Martin Aeschlimann c20b7a9658 run remote integration tests if present 2019-06-07 11:18:43 +02:00
Martin Aeschlimann 5582306f98 Improve test running 2019-04-10 16:43:12 +02:00
Rob Lourens 1fbb0d484e Run .integrationtest.js tests first 2018-10-29 15:24:55 -07:00
Rob Lourens 07271b840e Delete search-rg in favor of internal search 2018-10-15 21:35:10 -07:00
Rob Lourens 6cc41bc1ab #57186 - add tests for search-rg extension 2018-08-25 13:21:49 -07:00
Joao Moreno 4dc738593b complete integration test results 2018-06-12 17:24:23 +02:00
Joao Moreno 0bab375f9f woops 2018-06-12 11:21:14 +02:00
Joao Moreno 4eceb88ebf wip: build show integration tests 2018-06-11 22:05:12 +02:00
Matt Bierner 1e2c13dad2 Add markdown to integration tests 2018-05-24 08:05:52 -07:00
Martin Aeschlimann 4c81ed502a include json/css in integration tests 2018-03-20 15:29:49 +01:00
Martin Aeschlimann 086a751a06 [html] split extension (for #45900) 2018-03-17 16:32:55 +01:00
Ramya Achutha Rao dd846a08d5 Avoid Ememt test failures in updating workspace config 2018-03-06 17:09:20 -08:00
Christof Marti 5fb74d7f63 Fix side-effect of fixing #45121 2018-03-06 11:58:31 +01:00
Benjamin Pasero 627497eb04 fix tests on linux 2018-01-27 11:49:18 +01:00
Benjamin Pasero 86244d39a7 add API tests that run on a workspace 2018-01-26 16:16:41 +01:00
Martin Aeschlimann d5d1e76155 fix test-integration 2017-11-15 11:48:52 +01:00
Martin Aeschlimann 68c6182b83 clean up test scripts, bring back html server tests 2017-11-15 11:15:57 +01:00
Martin Aeschlimann 10aa6b7c15 Uncomment tests again 2017-11-14 15:54:11 +01:00
Martin Aeschlimann f06a42a8eb [bat] use grammar from mmims/language-batchfile. Fixes #38206, fixes #3845 2017-11-14 14:35:13 +01:00
Daniel Imms e29c517386 Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"
This reverts commit 86dace91a2.
2017-10-06 09:33:22 -07:00
Joao Moreno 85f7b35dec use --skip-getting-started in integration test 2017-10-02 14:27:10 +02:00
Putta Khunchalee 86dace91a2 replace bash shebang with '#!/usr/bin/env bash" for portability 2017-09-17 21:19:08 +07:00
Ramya Achutha Rao 01e3164faf Fixing broken integration tests 2017-07-24 14:11:41 -07:00
Ramya Achutha Rao 5d33b200bd Commenting emmet integration tests 2017-07-24 14:03:55 -07:00
Ramya Achutha Rao e1f7580199 First set of tests for Emmet commands #8454 2017-07-21 11:38:46 -07:00
Rob Lourens f7d1155ebb Reenable test-int-mocha.sh 2017-07-17 13:19:43 -07:00
Rob Lourens 150b00a625 Comment out test-int-mocha to unstick builds 2017-07-17 10:16:05 -07:00
Johannes Rieken e6d0de3cb1 set CWD when running tests 2017-04-25 08:51:03 +02:00
Rob Lourens d55d499946 Reinstate textsearch perf test as integration test -
- fix its flakiness
- add test-int-mocha so .integrationTest.js files can be run separately from code.sh integration tests.
- make all.js support globs with --run
- Fix #22512
2017-03-22 14:48:49 -07:00
Benjamin Pasero bb508d8eb1 USERDATADIR => VSCODEUSERDATADIR 2017-03-17 18:19:31 +01:00
Martin Aeschlimann 006c46e5ef Run integration tests on a new user data directory 2017-03-17 17:08:48 +01:00
Johannes Rieken fc8dc29030 disableExtension during API tests 2017-03-07 17:29:22 +01:00
Rob Lourens a3349f9cc4 Fix #20648 - run search tests as integration tests 2017-03-01 12:00:50 -08:00
Martin Aeschlimann 24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Joao Moreno 460783f343 split tests 2016-03-08 11:51:00 +01:00