[VM] bypass some app_jit tests which have issues with mismatched VM options between the snapshot version and the invoked dart process.

Change-Id: I3f22f75a47255ebb99b8f884044fc186b83ebcfc
Reviewed-on: https://dart-review.googlesource.com/55985
Reviewed-by: Siva Annamalai <asiva@google.com>
diff --git a/tests/standalone_2/standalone_2_vm.status b/tests/standalone_2/standalone_2_vm.status
index 4b95f11..03479a7 100644
--- a/tests/standalone_2/standalone_2_vm.status
+++ b/tests/standalone_2/standalone_2_vm.status
@@ -9,9 +9,17 @@
 [ $compiler == app_jit ]
 full_coverage_test: Skip # Platform.executable
 io/code_collection_test: Skip # Platform.executable
+io/namespace_test: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/00: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/01: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/02: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/03: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/04: RuntimeError # Issue 33168
+io/platform_resolved_executable_test/05: RuntimeError # Issue 33168
 io/platform_test: Skip # Platform.executable
 io/test_extension_fail_test: Skip # Platform.executable
 io/test_extension_test: Skip # Platform.executable
+io/test_runner_test: RuntimeError # Issue 33168
 regress_26031_test: Skip # Platform.resolvedExecutable
 
 [ $system == android ]