Matt Bierner
806c22dcc9
Skip multiple tabs test for now
...
This seems to work properly in my testing but breaks with the new markdown renderer. Will investigate further
2021-03-16 17:28:29 -07:00
Daniel Imms
2d536914ea
Await task config updates
2021-03-16 07:20:49 -07:00
Daniel Imms
e8f5186722
Improve task test layout
2021-03-16 06:29:44 -07:00
Daniel Imms
1b9a61662a
Regression test for #118256
...
Part of #118256
2021-03-16 06:28:16 -07:00
Benjamin Pasero
7a55f6fed7
skip failing notebook test
2021-03-15 13:24:01 +01:00
Johannes Rieken
0e05a1f21a
fix integration test
2021-03-15 09:11:45 +01:00
Johannes Rieken
819cb01e0e
make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889
2021-03-15 08:58:55 +01:00
rebornix
eac163c061
fix tests.
2021-03-12 10:56:46 -08:00
Johannes Rieken
637b659e4a
refine NotebookCell API
2021-03-10 14:49:05 +01:00
Rob Lourens
bcb8c8a4f4
Remove notebook document runnable metadata
...
#106747
2021-03-09 15:26:19 -08:00
Rob Lourens
8454701b67
Update test for api
2021-03-09 15:26:19 -08:00
Daniel Imms
1e7fbfa767
Merge remote-tracking branch 'origin/main' into tyriar/116467_2
2021-03-09 06:49:30 -08:00
Daniel Imms
e7b0596d89
Revert "Comment out notebook compile error"
...
This reverts commit 7bcec04426 .
2021-03-09 06:49:10 -08:00
Johannes Rieken
aaf6287ecc
remove skipped test
2021-03-09 15:48:16 +01:00
Daniel Imms
7bcec04426
Comment out notebook compile error
2021-03-09 06:46:29 -08:00
Daniel Imms
d1dbb93317
Remove remote test failure comment
...
FIxes #96057
2021-03-09 05:36:38 -08:00
Daniel Imms
6d01ad952a
Merge remote-tracking branch 'origin/main' into tyriar/116467_2
2021-03-09 05:35:42 -08:00
Daniel Imms
09c3c2d3be
Remove broken part of test
2021-03-08 17:43:35 -08:00
Daniel Imms
5fdbc82111
Re-enable task and term test
2021-03-08 17:07:14 -08:00
Daniel Imms
8fe29a7c41
Uncomment in test
2021-03-08 15:52:59 -08:00
Daniel Imms
30f4163184
Skip the failing test for remote only
2021-03-08 15:12:24 -08:00
Daniel Imms
221e20b374
Re-enable, add some more test logs
2021-03-08 11:44:37 -08:00
Don Jayamanne
a39e734365
Oops
2021-03-08 11:05:28 -08:00
Don Jayamanne
584999658e
Bug
2021-03-08 11:02:10 -08:00
Daniel Imms
45c032da7a
Skip the failing task test
2021-03-08 08:17:16 -08:00
Daniel Imms
4d3b158023
Disable terminal tests in remote again, fix settings for tasks
2021-03-08 05:54:43 -08:00
Daniel Imms
074632a51f
Try enable remote terminal integration tests
...
Part of #96057
2021-03-06 10:20:30 -08:00
Daniel Imms
02a5d5925b
Disable relaunch in tests
2021-03-05 17:51:34 -08:00
Daniel Imms
755fae50ab
Bail out of create process if it's been disposed
...
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.
Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
Daniel Imms
b15bbfa851
More test logs
2021-03-05 16:21:33 -08:00
Daniel Imms
7af259ab84
Add logs to test
2021-03-05 14:59:23 -08:00
Sandeep Somavarapu
04770364fd
#118222 skip failed test
2021-03-05 16:24:57 +01:00
Johannes Rieken
6117524374
make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind
2021-03-05 15:17:55 +01:00
Johannes Rieken
997c9f2930
add showNotebookDocument overload or uri
2021-03-05 14:50:47 +01:00
Daniel Imms
88d9e2b46b
Refactor second task test
2021-03-02 10:59:16 -08:00
Daniel Imms
f8c41a80b0
Refactor first task test
2021-03-02 10:59:15 -08:00
Daniel Imms
c8fc575275
Ignore terminal events not related to task test
2021-03-02 10:59:13 -08:00
Benjamin Pasero
be11cb2de0
disable failing test ( #117446 )
2021-03-02 10:10:36 +01:00
Benjamin Pasero
e916637528
tests - enable color output for integration tests
2021-03-01 15:10:15 +01:00
Daniel Imms
faccfff275
Make terminal test less strict
...
Fixes #117371
2021-02-24 09:41:24 -08:00
Johannes Rieken
8d9b2e65bd
more tests for https://github.com/microsoft/vscode/issues/117273
2021-02-24 15:31:10 +01:00
Johannes Rieken
e7150f1fd3
add skipped test for https://github.com/microsoft/vscode/issues/117273
2021-02-24 15:06:53 +01:00
Benjamin Pasero
09a093d0d8
calm down integration tests
2021-02-24 09:26:18 +01:00
Rob Lourens
bd74308b5a
Revert "Merge pull request #117069 from microsoft/roblou/refactorKernel"
...
This reverts commit c159b34535 , reversing
changes made to ba3bd11ac7 .
2021-02-22 19:22:52 -08:00
Rob Lourens
1fd9f9eb28
Update test for api
2021-02-22 16:39:37 -08:00
Daniel Imms
ce7cd0abac
Make env var tests more resilient to other terminal events
2021-02-22 04:04:48 -08:00
Daniel Imms
d2a6dea323
Disable conpty in integration tests again
...
Fixes #117028
2021-02-22 03:52:59 -08:00
Johannes Rieken
61df1625ef
assert no RPC leakage in notebook tests
2021-02-19 17:05:25 +01:00
Johannes Rieken
9fe7b6446d
support setTextDocumentLanguage-api for notebook cells, fyi @rebornix
2021-02-19 15:29:42 +01:00
Johannes Rieken
fa6c46b74b
Merge pull request #116968 from DonJayamanne/fixOutputMetadata
...
Cell output metadata to be added to Notebook Model
2021-02-19 12:53:44 +01:00