| Index: runtime/vm/dart_api_impl_test.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl_test.cc (revision 1326)
|
| +++ runtime/vm/dart_api_impl_test.cc (working copy)
|
| @@ -87,6 +87,8 @@
|
| }
|
|
|
|
|
| +#if defined(TARGET_ARCH_IA32) // only ia32 can run execution tests.
|
| +
|
| UNIT_TEST_CASE(ObjectEquals) {
|
| Dart_CreateIsolate(NULL, NULL);
|
| Dart_EnterScope(); // Enter a Dart API scope for the unit test.
|
| @@ -112,6 +114,7 @@
|
| Dart_ShutdownIsolate();
|
| }
|
|
|
| +#endif
|
|
|
| UNIT_TEST_CASE(BooleanValues) {
|
| Dart_CreateIsolate(NULL, NULL);
|
|
|