summarylogtreecommitdiffstats
path: root/0002_mips_r15102_backport.patch
blob: 23014d3a168d2634cdea091c546ec6c54961699f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: upstream fix needed by mips arch
Origin: https://code.google.com/p/v8/source/detail?r=15102

--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -545,9 +545,9 @@
       }
     } else {
       if (v8::internal::Snapshot::IsEnabled()) {
-        CHECK_LE(delta, 2500 * 1024);  // 2400.
+        CHECK_LE(delta, 2942 * 1024);  // 2400.
       } else {
-        CHECK_LE(delta, 2860 * 1024);  // 2760.
+        CHECK_LE(delta, 3400 * 1024);  // 2760.
       }
     }
   }