Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: test/mjsunit/compiler/regress-5320.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/compiler/regress-5320.js
diff --git a/test/mjsunit/compiler/regress-5320.js b/test/mjsunit/compiler/regress-5320.js
index 2e30a7b4f57aee8813f1d484ff491607093f222a..7e76ee735fc7e77ab8e8bb689796a4de82945731 100644
--- a/test/mjsunit/compiler/regress-5320.js
+++ b/test/mjsunit/compiler/regress-5320.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax
+// Flags: --allow-natives-syntax --crankshaft
function OptimizeTruncatingBinaryOp(func) {
func(42, -2);
« no previous file with comments | « test/mjsunit/compiler/optimized-uint32array-length.js ('k') | test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698