Commit Graph

946 Commits

Author SHA1 Message Date
Logan Ramos
53aaa205e6 Fix #144605 2022-03-14 13:26:45 -04:00
Rob Lourens
5a7db04b89 Fix #144043 2022-03-09 10:49:08 -08:00
Benjamin Pasero
6640f3c721 skip flaky test (#139960) 2022-02-24 13:27:04 +01:00
Benjamin Pasero
6dee30baa8 tests - restore test coverage for #139786 2022-02-23 13:17:21 +01:00
Logan Ramos
8437d74b8b Fix #139786 2022-02-17 15:15:51 -05:00
Logan Ramos
0a9e7a5f49 Re-enable tab getter test 2022-02-16 15:09:08 -05:00
Matt Bierner
21da6eeafa Delay getting workspace uri until tests are running
For #143226
2022-02-16 10:59:03 -08:00
Logan Ramos
ec9df1d972 Update tabs model to utilize the new API shape (#142668)
* Change shape of the tabs API

* Disable tab tests for now

* Add an onDidChangeTabGroup event

* Optimize for group activate

* Update events to no longer be an array

* Further tab optimization
2022-02-10 15:09:11 -05:00
Daniel Imms
339cbb38e2 Skip environment variable collection tests only on Windows
Guessing conpty is causing problems
2022-02-09 05:26:19 -08:00
Alex Ross
5bdfec8311 Dispose of all terminals before running task test
Fixes #142565
2022-02-09 14:06:09 +01:00
Rob Lourens
803c9fc3e0 re-skip notebook integration tests for web 2022-02-04 11:36:34 -08:00
Alex Ross
b170ef3444 Fix no-async-promise-executor in task tests
Fixes #141993
2022-02-02 16:27:26 +01:00
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Johannes Rieken
de1ae9e2cc update todo-tag for https://github.com/microsoft/vscode/issues/141993 2022-02-02 12:39:06 +01:00
Johannes Rieken
7ccb868835 make sure to use .eslintignore when running yarn eslint, this will ensure that cli failure and editor squiggles are always equal 2022-02-02 12:37:29 +01:00
Rob Lourens
bb79477f2e Enable ipynb serializer tests in web integration tests
and reenable NotebookSerializer test in non-web
2022-02-01 18:22:57 -08:00
Johannes Rieken
7d1f0fda8b tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944 2022-02-01 18:35:12 +01:00
Caio Agiani
09c2e177ea Fix typos (#141959)
* src: fix typo formated -> formatted

* src: fix typo recieve -> receive

* src: fix typo successfuly -> successfully

* src: fix typo neccessary -> necessary

* extensions: fix typo existance -> existence

* src: fix typo appearence -> appearance

* src: fix typo choosen -> chosen

* src: fix typo unkown -> unknown

* src: fix typo whenever -> whenever

* src: fix typo proccess -> process

* src: fix typo occured -> occurred

* src: fix typo occuring -> occurring

* src: fix typo defintion -> definition
2022-02-01 09:16:37 -08:00
Johannes Rieken
b2eebdccad test that vscode.open supports string in addition to URI 2022-02-01 15:52:15 +01:00
Rob Lourens
b297fc96b4 Remove stale comment
#140878 is fixed
2022-01-26 21:14:14 -08:00
Martin Aeschlimann
683d2f19f1 reenable 'vscode API - languages - link detector' Fixes #140878 2022-01-24 11:43:22 +01:00
Benjamin Pasero
71b164aac0 skip flaky test (#141001) 2022-01-19 18:30:44 +01:00
Rob Lourens
7ae7f9d40b Skip flaky 'link detector' test, see #140878 2022-01-17 17:22:58 -08:00
Rob Lourens
fa2760f833 Skip more notebook tests in browser
Fix #140574
2022-01-14 16:33:42 -08:00
Rob Lourens
17997da4ab Unskip test, fix #140201
already skipped in browser
2022-01-14 13:51:16 -08:00
Rob Lourens
dfcaa1fda3 Unskip test, fix #140200
already skipped in browser
2022-01-14 13:43:37 -08:00
Daniel Imms
8c6a8f7bc1 Skipped webview test
Part of #138612
2022-01-14 08:07:23 -08:00
Benjamin Pasero
e3cf7e5e1b API: Allow to use the file watcher for aribitrary folders (#3025) (#139881)
* API: Allow to use the file watcher for aribitrary folders (#3025)

* fix tests

* update `createFileSystemWatcher` docs

* refuse to watch resources that are watched in workspace already

* properly check proposed API

* make it work via `createFileSystemWacher` (first cut)

* more docs

* cleanup

* enable recursive watching based on pattern

* add tests

* drop out-of-workspace events when using simple patterns

* do not apply excludes when watchig files

* log extension watch requests

* also log unwatch

* improved exclude handling

* more docs

* drop proposed api needs

* remove `suite.only`

* cannot watch inside workspace more than once

* do not send extension decriptor over

* adopt latest changes

* add `baseUri` to relative pattern

* backwards compat
2022-01-13 13:32:03 +01:00
Rob Lourens
f7cb722447 Disable all notebook integration tests in web
See #126371
2022-01-07 09:57:11 -08:00
Benjamin Pasero
b1aa9661d0 tests - skip flaky notebook test 2022-01-07 17:18:56 +01:00
Alex Ross
4d0b81edfb Fix task smoke test
Fixes #140110
2022-01-07 15:07:33 +01:00
Benjamin Pasero
d622a8d39f tests - skip flakes (#140200, #140201) 2022-01-06 07:45:19 +01:00
Daniel Imms
6ce37ef7a2 Skip flaky test
Part of #140111
2022-01-04 14:28:16 -08:00
Daniel Imms
79ed98edc9 Skip flaky tests
Part of #140110
2022-01-04 09:40:49 -08:00
Benjamin Pasero
0f265a3651 integration tests - skip flakes
https://github.com/microsoft/vscode/issues/139960
https://github.com/microsoft/vscode/issues/139958
2021-12-31 08:14:39 +01:00
Rob Lourens
2933672219 Fix notebook test 2021-12-30 15:51:44 -08:00
Rob Lourens
a2655c2e5f prefer-const in notebooks 2021-12-30 14:25:09 -08:00
Rob Lourens
cb91838779 Dispose kernels in test 2021-12-29 15:32:25 -08:00
Rob Lourens
962a6c85e8 Add test for new execution behavior 2021-12-28 13:44:23 -08:00
Benjamin Pasero
7e55d4b8fb tests - coverage for #139713 fix 2021-12-27 08:25:58 +01:00
Benjamin Pasero
4712a1ae88 skip flaky test (#139572) 2021-12-21 13:11:07 +01:00
Ladislau Szomoru
85694fcf4d Do not leak rpc proxies (#139498) 2021-12-20 11:50:49 +01:00
Benjamin Pasero
bb39ae82cf smoke - improve runCommand and disable more tests 2021-12-20 08:25:08 +01:00
Matt Bierner
3efb3d6be0 Skip test for now
For #138612
2021-12-17 15:26:43 -08:00
Benjamin Pasero
f2f509ba61 skip flaky notebook test (#139324) 2021-12-17 17:20:00 +01:00
Benjamin Pasero
ca17de5011 tests - skip failing notebook test (#139350) 2021-12-17 07:35:53 +01:00
Logan Ramos
9ce72d28b6 Have tab test retry 3 times 2021-12-16 15:27:41 -05:00
Daniel Imms
2584b60112 Merge branch 'main' into tyriar/120077 2021-12-16 11:34:16 -08:00
Johannes Rieken
b00e5cdbd0 use randomBytes for rnd file name generation, https://github.com/microsoft/vscode/issues/139217 2021-12-16 16:25:56 +01:00
Daniel Imms
b562ce7067 Use async/await in env var tests and improve polling
Fixes #120077
2021-12-15 12:28:36 -08:00