| Index: samples/samples.status
|
| diff --git a/samples/samples.status b/samples/samples.status
|
| index 2c735a8064c7e535962a49f247f65a0ec166d9f4..cf6350d7fae375b9b673d1fb83abbb574ccc352c 100644
|
| --- a/samples/samples.status
|
| +++ b/samples/samples.status
|
| @@ -28,3 +28,8 @@ sample_extension/test/*: Skip # These tests attempt to spawn another script usin
|
|
|
| [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
|
| sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # Issue 28842
|
| +
|
| +[ $compiler == dartkp ]
|
| +sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
|
| +sample_extension/test/sample_extension_script_snapshot_test: RuntimeError
|
| +sample_extension/test/sample_extension_test: RuntimeError
|
|
|