Commit graph

350 commits

Author SHA1 Message Date
Benjamin Pasero ddbda4c196
tests - enable crash reporter for electron based unit tests
//cc @deepak1556
2021-11-19 11:12:53 +01:00
Johannes Rieken d90dd1355b
Merge branch 'main' into joh/vscode-dts 2021-11-10 08:40:26 +01:00
Benjamin Pasero bef4dba21f
Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Alexandru Dima e08e4d3fe1
Move --ms-enable-electron-run-as-node to a later location (#136786)
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it

* undo bad change
2021-11-09 15:11:12 -08:00
deepak1556 ac29daaf3b
Fixes #136771: update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE 2021-11-09 19:09:26 +01:00
Johannes Rieken 9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Alex Dima a704a69394
Enforce that source code uses a small subset of Unicode 2021-11-03 23:34:41 +01:00
Sandeep Somavarapu cae4478f04
enable proposed api flag 2021-10-08 09:33:16 +02:00
Sandeep Somavarapu 4395e20206
enable proposed api for vscode.typescript-language-features 2021-10-08 09:33:04 +02:00
Benjamin Pasero 3a4e16cac1
tests - skip release notes 2021-09-03 11:32:11 +02:00
Rob Lourens ffb40deb52 Build ipynb extension before integration test 2021-08-03 12:15:16 -07:00
Rob Lourens 190a89dd1b Port unit tests from vscode-jupyter to ipynb extension
#129446
2021-08-03 11:19:22 -07:00
Benjamin Pasero 5aa1570976
tests - align integration test scripts 2021-07-01 15:23:37 +02:00
Robo 92999c339e
fix: setuid helper permission (#126798)
* ci: fix setuid helper binary permission

* ci: allow privilege for CLONE_NEWPID | CLONE_NEWNET

* ci: fix chrome-sandbox permission with rpm

* ci: fix permissions on snap

* ci: download electron earlier for arm builds
2021-06-22 08:42:30 -07:00
Rob Lourens 526253bc34 Remove unneeded vscode-notebook-tests references
Fix #126384
2021-06-17 20:51:13 -07:00
Joao Moreno b79d23d356
:table_flip: 2021-06-15 17:07:53 +02:00
Benjamin Pasero 3f4039d99f
. 2021-06-15 15:45:10 +02:00
Benjamin Pasero 270002e3b8 fix emmet test integration path 2021-06-15 15:40:24 +02:00
Benjamin Pasero 2ddc1e4fc5
Produce logs during test runs (integration, smoke) and publish as artefacts (#126065)
* first cut upload log files from integration test runs

* always publish log files

* move logs into integration-tests folder

* also produce logs for smoke tests

* store remote log files

* wire in logspath arg properly

* always publish logs

* enable logs for browser based smoke tests

* log only in verbose
2021-06-15 08:33:26 +02:00
Benjamin Pasero 33f84b36fd
tests - disable getting started in integration tests and smoke tests (#125808)
* tests - disable getting started in integration tests and smoke tests

* --skip-getting-started => --skip-welcome

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-06-09 18:36:42 +00:00
Benjamin Pasero 71490cd84c
windows integration tests - use --no-sandbox (#125733) 2021-06-08 19:12:33 +02:00
João Moreno bae654ad1d
scripts/code.sh: disable gpu on wslg 2021-06-08 15:19:04 +02:00
João Moreno 11a1f705db
fix code.sh script in wsl2+gui 2021-06-07 20:39:27 +02:00
Ladislau Szomoru b0509196f6
Disable workspace trust during tests 2021-06-03 10:21:19 +02:00
Connor Peet 950ad4ffec
colors: add support for exporting colors
Make color definitions introspectable, where previously there was data
hidden in closures. This allows colors to be exported and used in
other tools.
2021-06-01 13:07:25 -07:00
Benjamin Pasero e2954beb4b
Remove --no-sandbox (#122909)
* linux - remove `--no-sandbox` flag

We should not disable sandbox on Linux.
We only added this to support running on Kernel <= 3.8 where setuid sandbox is used.

* fix ci

* add some docs
2021-05-04 11:18:19 +02:00
Matt Bierner a87db274da
Make sure we build extension media for integration tests
For #120213
2021-04-23 16:18:15 -07:00
Benjamin Pasero b19f50e016
debt - improve emmet integration tests
- properly close all editors
- disable minimap to prevent spammy output
2021-03-29 08:31:14 +02:00
Joao Moreno da1ed96b6a fix code-cli.bat
fixes #119064
2021-03-24 15:40:35 +01:00
Martin Aeschlimann e8c71c048f use %~1 in bat files 2021-03-15 12:33:58 +01:00
Martin Aeschlimann 3d626dd868 Use "%~1" instead of "%1" in bat argument parsing. 2021-03-15 10:15:45 +01:00
Matt Bierner 4feadc3998 Fixes #112164 2021-02-19 17:22:38 -08:00
Benjamin Pasero 9de38fc9a8
Disable keytar in our integration tests (#116852)
* tests - extract and use ALL_PLATFORMS_API_TESTS_EXTRA_ARGS

* tests - throw when accessing keytar from API tests
2021-02-17 15:09:40 +01:00
Benjamin Pasero 5c005324bb tests - enable workspace tests again for now 2021-02-16 18:44:16 +01:00
João Moreno 980becda8d main rename
fixes #116341
2021-02-14 20:10:24 +01:00
João Moreno 0e7f3d0d8c
Revert "remove colorize-tests extension usage"
This reverts commit d577c4b18d.
2021-01-19 11:39:39 +01:00
Matt Bierner 800e173c40 Split ts into unit and smoke tests
The smoke tests are less reliable as they simulate user actions

Fixes #102075
Fixes #102097
Fixes #102106
2021-01-15 13:32:27 -08:00
João Moreno d577c4b18d
remove colorize-tests extension usage 2021-01-15 12:59:42 +01:00
Martin Aeschlimann 3e8b2d86d1 bring back css integration tests 2020-12-18 17:38:23 +01:00
Martin Aeschlimann 8dc8025cd4 comment out css tests on windows 2020-12-18 14:30:23 +01:00
Matt Bierner 6ad6905f98 Re-enable *.integrationTest on windows
Fixes #112164
2020-12-09 14:08:15 -08:00
Robo daca95ea06
fix: disable shm usage in container builds (#111787)
* fix: disable shm usage in container builds

* ci: use EGL

* ci: use swiftshader

* ci: disable shm for unittests
2020-12-09 10:46:35 -08:00
Robo 94142bd7e0
chore: bump electron@11.0.3 (#111931)
* chore: bump electron@11.0.3

This reverts commit 155691d0be.

* chore: bump x64 build image

* chore: rebuild remote with older gcc toolchain

* chore: bump electron@11.0.3

* ci: remove condition for remote step

* chore: disable an integration test
2020-12-05 01:54:58 -08:00
João Moreno 1c1c59fd0f
Kill code processes after each integration test suite run (#111844)
* bring back linux integration tests

* no empty functions

* hmm
2020-12-03 21:45:01 +01:00
Sandeep Somavarapu fd8411e75e Fix #89559 2020-11-02 16:27:36 +01:00
Rakib Fiha 7670c0c79c
Changed shebang same as code.sh (#109372)
* Changed shebang same as code.sh

* Added set -e in test.sh
2020-10-30 07:54:13 +01:00
Martin Aeschlimann 59df6b40f1 code.sh: Prevent stealing of stdin (for #99815) 2020-10-16 22:45:38 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Martin Aeschlimann a8581d60f2 fix wsl selfhosting in scripts/code.sh 2020-09-16 23:55:52 +02:00
Ladislau Szomoru bd364ea311
Run commosJS integration tests consistently (#104914) 2020-08-18 12:04:38 +02:00