Reviewers: Michael Starzinger,

Description:
Remove regress-crbug-518748. It's too hard to make this non-flaky

BUG=chromium:518748
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/1297403002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -17 lines):
  M test/mjsunit/mjsunit.status
  D test/mjsunit/regress/regress-crbug-518748.js


Index: test/mjsunit/regress/regress-crbug-518748.js
diff --git a/test/mjsunit/regress/regress-crbug-518748.js b/test/mjsunit/regress/regress-crbug-518748.js
deleted file mode 100644
index cccbc26c245e8b9cc227b9b62d66ddd5bb6c6b50..0000000000000000000000000000000000000000
--- a/test/mjsunit/regress/regress-crbug-518748.js
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2015 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-if (this.Worker) {
-  var workersToCreate = 1000;
-  var workers = [];
-  assertThrows(function() {
-    for (var i = 0; i < workersToCreate; i++) {
-      workers.push(new Worker(''));
-    }
-  });
-  print('#workers: ', workers.length);
-}
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index e3b2fd4c95918f6c8410795adf1f111df53498bd..f9cc41ae532b5361e8a8714c332314291af307a5 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -256,9 +256,6 @@
   # BUG(v8:4378).
   'regress/regress-crbug-501711': [PASS, ['isolates', SKIP]],
   'regress/regress-4279': [PASS, ['isolates', SKIP]],
-
-  # BUG(chromium:518748)
-  'regress/regress-crbug-518748': [SKIP],
 }],  # ALWAYS

 ['novfp3 == True', {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to