• chunyang.dai's avatar
    X87: Disable the test case for X87 since ea2cb139. · 8c57b2e1
    chunyang.dai authored
          The strong-object-set-proto test cases will throw one expected exception
          and the exception message should include the source position in the JS
          file. But crankshaft compiler does not generate the source position for
          it when creating the flow graph by default. The source position information
          is always zero. So it failed when comparing with the reference file.
    
          If we use crankshaft compiler on IA32 platform to run this test case, it
          has the same failure.
    
          we will open these test case for x87 once turbofan for X87 is enabled.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1179763003
    
    Cr-Commit-Position: refs/heads/master@{#29003}
    8c57b2e1
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...