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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2961873002: [test] Fix test status file simulator_run not evaluate to boolean error and clean up equal operator (Closed)
Patch Set: Drop unnecessary comparison operators Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'regress/regress-crbug-217858': [PASS, SLOW], 318 'regress/regress-crbug-217858': [PASS, SLOW],
319 'regress/regress-create-exception': [PASS, SLOW], 319 'regress/regress-create-exception': [PASS, SLOW],
320 'regress/regress-json-stringify-gc': [PASS, SLOW], 320 'regress/regress-json-stringify-gc': [PASS, SLOW],
321 'string-indexof-2': [PASS, SLOW], 321 'string-indexof-2': [PASS, SLOW],
322 'unicodelctest-no-optimization': [PASS, SLOW], 322 'unicodelctest-no-optimization': [PASS, SLOW],
323 'unicodelctest': [PASS, SLOW], 323 'unicodelctest': [PASS, SLOW],
324 'unicode-test': [PASS, SLOW], 324 'unicode-test': [PASS, SLOW],
325 'whitespaces': [PASS, SLOW], 325 'whitespaces': [PASS, SLOW],
326 }], # 'arch == arm64' 326 }], # 'arch == arm64'
327 327
328 ['arch == arm64 and mode == debug and simulator_run == True', { 328 ['arch == arm64 and mode == debug and simulator_run', {
329 329
330 # Pass but take too long with the simulator in debug mode. 330 # Pass but take too long with the simulator in debug mode.
331 'array-sort': [PASS, SLOW], 331 'array-sort': [PASS, SLOW],
332 'packed-elements': [SKIP], 332 'packed-elements': [SKIP],
333 'regexp-global': [SKIP], 333 'regexp-global': [SKIP],
334 'math-floor-of-div': [PASS, SLOW], 334 'math-floor-of-div': [PASS, SLOW],
335 'math-floor-of-div-nosudiv': [PASS, SLOW], 335 'math-floor-of-div-nosudiv': [PASS, SLOW],
336 'unicodelctest': [PASS, SLOW], 336 'unicodelctest': [PASS, SLOW],
337 'unicodelctest-no-optimization': [PASS, SLOW], 337 'unicodelctest-no-optimization': [PASS, SLOW],
338 # Issue 3219: 338 # Issue 3219:
339 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], 339 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
340 }], # 'arch == arm64 and mode == debug and simulator_run == True' 340 }], # 'arch == arm64 and mode == debug and simulator_run'
341 341
342 ############################################################################## 342 ##############################################################################
343 ['asan == True', { 343 ['asan == True', {
344 # Skip tests not suitable for ASAN. 344 # Skip tests not suitable for ASAN.
345 'big-array-literal': [SKIP], 345 'big-array-literal': [SKIP],
346 'big-object-literal': [SKIP], 346 'big-object-literal': [SKIP],
347 'regress/regress-crbug-178790': [SKIP], 347 'regress/regress-crbug-178790': [SKIP],
348 348
349 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 349 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
350 # The failed allocation causes an asan/msan/tsan error 350 # The failed allocation causes an asan/msan/tsan error
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 582
583 # Skip tests that are known to be non-deterministic. 583 # Skip tests that are known to be non-deterministic.
584 'd8-worker-sharedarraybuffer': [SKIP], 584 'd8-worker-sharedarraybuffer': [SKIP],
585 'd8-os': [SKIP], 585 'd8-os': [SKIP],
586 586
587 # crbug.com/v8/5803 587 # crbug.com/v8/5803
588 'wasm/gc-frame': [SKIP], 588 'wasm/gc-frame': [SKIP],
589 }], # 'predictable == True' 589 }], # 'predictable == True'
590 590
591 ############################################################################## 591 ##############################################################################
592 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 592 ['arch == ppc and simulator_run or arch == ppc64 and simulator_run', {
593 593
594 # take too long with the simulator. 594 # take too long with the simulator.
595 'regress/regress-1132': [SKIP], 595 'regress/regress-1132': [SKIP],
596 }], # 'arch == ppc and simulator_run == True' 596 }], # 'arch == ppc and simulator_run'
597 597
598 ############################################################################## 598 ##############################################################################
599 ['arch == ppc64', { 599 ['arch == ppc64', {
600 600
601 # stack overflow 601 # stack overflow
602 'big-array-literal': [SKIP], 602 'big-array-literal': [SKIP],
603 'regress/regress-353551': [SKIP], 603 'regress/regress-353551': [SKIP],
604 }], # 'arch == ppc64' 604 }], # 'arch == ppc64'
605 605
606 ############################################################################## 606 ##############################################################################
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'lithium/*': [SKIP], 648 'lithium/*': [SKIP],
649 'third_party/*': [SKIP], 649 'third_party/*': [SKIP],
650 'tools/*': [SKIP], 650 'tools/*': [SKIP],
651 'apply': [SKIP], 651 'apply': [SKIP],
652 'math-*': [SKIP], 652 'math-*': [SKIP],
653 'unicode-test': [SKIP], 653 'unicode-test': [SKIP],
654 'whitespaces': [SKIP], 654 'whitespaces': [SKIP],
655 }], # variant == wasm_traps 655 }], # variant == wasm_traps
656 656
657 ] 657 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698