 Chromium Code Reviews
 Chromium Code Reviews Issue 23583046:
  Mark mozilla tests as flaky instead of failing  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 23583046:
  Mark mozilla tests as flaky instead of failing  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| OLD | NEW | 
|---|---|
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 # debugging. | 42 # debugging. | 
| 43 # -------------------------------------------------------------------- | 43 # -------------------------------------------------------------------- | 
| 44 | 44 | 
| 45 prefix mozilla | 45 prefix mozilla | 
| 46 def FAIL_OK = FAIL, OKAY | 46 def FAIL_OK = FAIL, OKAY | 
| 47 | 47 | 
| 48 ##################### NEEDS INVESTIGATION ############## | 48 ##################### NEEDS INVESTIGATION ############## | 
| 49 | 49 | 
| 50 # BUG(2893): These tests started to fail after i18n support was turned on. Need | 50 # BUG(2893): These tests started to fail after i18n support was turned on. Need | 
| 51 # to investigate why. | 51 # to investigate why. | 
| 52 ecma_3/Number/15.7.4.3-02: FAIL | 52 ecma_3/Number/15.7.4.3-02: FAIL_OK | 
| 
Michael Starzinger
2013/09/18 11:01:46
Shouldn't that have been "PASS || FAIL" here?
 | |
| 53 ecma_3/Date/15.9.5.5-02: FAIL | 53 ecma_3/Date/15.9.5.5-02: FAIL_OK | 
| 54 | 54 | 
| 55 ##################### SKIPPED TESTS ##################### | 55 ##################### SKIPPED TESTS ##################### | 
| 56 | 56 | 
| 57 # This test checks that we behave properly in an out-of-memory | 57 # This test checks that we behave properly in an out-of-memory | 
| 58 # situation. The test fails in V8 with an exception and takes a long | 58 # situation. The test fails in V8 with an exception and takes a long | 
| 59 # time to do so. | 59 # time to do so. | 
| 60 js1_5/Regress/regress-271716-n: SKIP | 60 js1_5/Regress/regress-271716-n: SKIP | 
| 61 | 61 | 
| 62 # BUG(960): This test has an insane amount of output when it times out, | 62 # BUG(960): This test has an insane amount of output when it times out, | 
| 63 # messing up ability to see other failures on the waterfall. | 63 # messing up ability to see other failures on the waterfall. | 
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 845 ecma/Date/15.9.5.12-2: SKIP | 845 ecma/Date/15.9.5.12-2: SKIP | 
| 846 js1_5/Array/regress-99120-02: SKIP | 846 js1_5/Array/regress-99120-02: SKIP | 
| 847 js1_5/extensions/regress-371636: SKIP | 847 js1_5/extensions/regress-371636: SKIP | 
| 848 js1_5/Regress/regress-203278-1: SKIP | 848 js1_5/Regress/regress-203278-1: SKIP | 
| 849 js1_5/Regress/regress-404755: SKIP | 849 js1_5/Regress/regress-404755: SKIP | 
| 850 js1_5/Regress/regress-451322: SKIP | 850 js1_5/Regress/regress-451322: SKIP | 
| 851 | 851 | 
| 852 | 852 | 
| 853 # BUG(1040): Allow this test to timeout. | 853 # BUG(1040): Allow this test to timeout. | 
| 854 js1_5/GC/regress-203278-2: PASS || TIMEOUT | 854 js1_5/GC/regress-203278-2: PASS || TIMEOUT | 
| OLD | NEW |