| Index: test/mjsunit/debug-script.js
|
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js
|
| index 44102c29a2e2763980512ed88b594d068d3847d0..07f0e3c45928593d799626543d501613bd61dd8b 100644
|
| --- a/test/mjsunit/debug-script.js
|
| +++ b/test/mjsunit/debug-script.js
|
| @@ -27,6 +27,12 @@
|
|
|
| // Flags: --expose-debug-as debug --expose-gc --send-idle-notification
|
| // Flags: --allow-natives-syntax
|
| +// Flags: --noharmony-shipping
|
| +// Note: this test checks that that the number of scripts reported as native
|
| +// by Debug.scripts() is the same as a number of core native scripts.
|
| +// Native scripts that are added by --harmony-shipping are classified
|
| +// as 'experimental', but are still returned by Debug.scripts(), so
|
| +// we disable harmony-shipping for this test
|
|
|
| // Get the Debug object exposed from the debug context global object.
|
| Debug = debug.Debug;
|
|
|