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
Benjamin Pasero
b567ea7e8d
tests - do not add file to our workspace
2021-12-15 15:30:11 +01:00
Benjamin Pasero
8f7589750a
Support untitled with associated resource in vscode.open ( #139194 )
...
* wip
* 💄
* add test
* comments
* skip flaky test
* Revert "skip flaky test"
This reverts commit 94c712500e .
2021-12-15 14:38:07 +01:00
Rob Lourens
ee19746d14
Skip some flaky notebook integration tests - #126371
2021-12-14 15:15:09 -08:00
Daniel Imms
548f18fcf3
Skip env var collection should respect clearing entries
...
Part of #120077
2021-12-14 14:23:26 -08:00
Matt Bierner
25ef7a83fc
Retry test
...
Adding simple retry while investigating why this sometimes times out
2021-12-14 12:31:51 -08:00
Rob Lourens
6897670596
Reenable notebook integration tests
2021-12-08 16:40:50 -08:00
Matt Bierner
c2f4daf348
Update webview bits version for tests
2021-12-07 16:16:54 -08:00
Matt Bierner
9acd320eda
Also skip notebook test temporarily
2021-12-07 13:28:32 -08:00
Matt Bierner
2edff15481
Temporarily skip webview tests
...
We need to bump the version of the webview src pulled in, but this requires getting a good build first
2021-12-07 13:03:03 -08:00
Johannes Rieken
5c31535ea8
add more API rpc tests, https://github.com/microsoft/vscode/issues/115679
2021-12-07 09:22:48 +01:00
Johannes Rieken
257657fb23
fix https://github.com/microsoft/vscode/issues/137968
2021-11-30 15:21:56 +01:00
Tyler Leonhardt
26fe37ca3d
Revert "Have setting the value trigger the filter. Fixes #137279 "
...
This reverts commit c1c103dee7 .
2021-11-24 15:08:35 -08:00
Johannes Rieken
c084b6ce2e
add contribViewsRemote-proposal to api-tests extension
2021-11-22 19:28:14 +01:00
Daniel Imms
96cc3b8fc0
Disable should respect dimension overrides again
...
Part of #137155
2021-11-19 06:01:49 -08:00
Tyler Leonhardt
c1c103dee7
Have setting the value trigger the filter. Fixes #137279
2021-11-17 12:48:12 -08:00
Tyler Leonhardt
8133e1fc5e
Revert "have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279 "
...
This reverts commit dfbaecd969 .
2021-11-17 11:40:05 -08:00
Tyler Leonhardt
dfbaecd969
have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279
2021-11-17 10:06:21 -08:00
Daniel Imms
b66d2e7bbd
Next attempt to fix should respect dimension overrides in remote
...
Fixes #137155
2021-11-17 05:29:13 -08:00
Daniel Imms
da099cc71f
Skip should respect dimensions overrides tests in remote only
...
Part of #137155
2021-11-17 04:45:30 -08:00
chrisdias
f50ca77882
update png files
2021-11-15 17:26:14 -08:00
Daniel Imms
f88820646b
Tidy up
2021-11-15 00:14:06 -08:00
Daniel Imms
b934d09346
Move other extension terminal tests to async await
...
Part of #137155
2021-11-14 23:53:12 -08:00
Daniel Imms
03a844a2e5
Use async await in pty terminal test
...
Part of #137155
2021-11-14 23:39:46 -08:00
Johannes Rieken
09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
2021-11-12 11:05:57 +01:00
Johannes Rieken
a4d426a1c2
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
2021-11-12 09:48:17 +01:00
Johannes Rieken
68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +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 Ross
61cd6437a0
Fix timing bug for back-to-back CustomExecution tasks
...
Fixes #131926
2021-11-02 14:01:34 +01:00
Johannes Rieken
13f383439f
no test.only, fyi @bpasero
2021-11-01 15:14:36 +01:00
Benjamin Pasero
6ed67dd61e
editors - return undefined from openEditor when operation cancelled ( fix #134786 )
2021-10-28 09:23:08 +02:00
Tyler Leonhardt
5c0e664fd3
ensure show() hide() show() hide() emits two didHide events. Fixes #135747
2021-10-27 15:23:53 -07:00
Megan Rogge
5350eaa205
skip failing test
2021-10-15 09:41:50 -07:00
Benjamin Pasero
1afe238fed
comment out failing test ( #135157 )
2021-10-15 13:40:33 +02:00
Johannes Rieken
7283f5cb7c
fix https://github.com/microsoft/vscode/issues/130057
2021-10-12 13:12:11 +02:00
Matt Bierner
5fc835305a
Re-enable webview tests on web ( #134300 )
...
* Enable webview tests on web
These tests pass fine on Chrome and webkit. On Firefox, the two about loading resources currently fail
I spent a while trying to debug what is going on with these tests. It seems like the service workers is registered properly but `fetch` is never called on it. Skipping these for now
* Remove only
* Fix test
2021-10-01 12:32:29 -07:00
Logan Ramos
26ba13ff98
Fix + re-enable close tests
2021-09-27 10:52:47 -04:00
Logan Ramos
d2c8185df9
Skip tab close test for now
2021-09-24 15:57:24 -04:00
Logan Ramos
7800296d17
Add close to tab model
2021-09-24 15:53:38 -04:00
Logan Ramos
cbe175f438
Fix tests attempt number two
2021-09-24 10:12:52 -04:00
Logan Ramos
ce7c00f4fb
Fix integration tests
2021-09-24 09:43:06 -04:00
Logan Ramos
620a61f5a3
Add more move tests
2021-09-24 09:09:35 -04:00
Logan Ramos
927a28da01
Add tab move tests
2021-09-23 15:35:34 -04:00
Johannes Rieken
ba961427c3
fix https://github.com/microsoft/vscode/issues/132981
2021-09-23 14:55:54 +02:00
Logan Ramos
c46e473ad8
Re-enable notebook in tabs test
2021-09-17 13:08:44 -04:00