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

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

Issue 9540010: Update test262 expectations concerning 64-bit precision double. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/test.py » ('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 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 S7.8.4_A7.1_T4: FAIL_OK 63 S7.8.4_A7.1_T4: FAIL_OK
64 S7.8.4_A7.2_T1: FAIL_OK 64 S7.8.4_A7.2_T1: FAIL_OK
65 S7.8.4_A7.2_T2: FAIL_OK 65 S7.8.4_A7.2_T2: FAIL_OK
66 S7.8.4_A7.2_T3: FAIL_OK 66 S7.8.4_A7.2_T3: FAIL_OK
67 S7.8.4_A7.2_T4: FAIL_OK 67 S7.8.4_A7.2_T4: FAIL_OK
68 S7.8.4_A7.2_T5: FAIL_OK 68 S7.8.4_A7.2_T5: FAIL_OK
69 S7.8.4_A7.2_T6: FAIL_OK 69 S7.8.4_A7.2_T6: FAIL_OK
70 70
71 # Linux and Mac defaults to extended 80 bit floating point format in the FPU. 71 # Linux and Mac defaults to extended 80 bit floating point format in the FPU.
72 # We follow the other major JS engines by keeping this default. 72 # We follow the other major JS engines by keeping this default.
73 S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos 73 S8.5_A2.2: PASS if ($system != linux || $arch == x64), FAIL_OK if ($system == li nux && $arch != x64)
74 S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos 74 S8.5_A2.1: PASS if ($system != linux || $arch == x64), FAIL_OK if ($system == li nux && $arch != x64)
75 75
76 ############################ SKIPPED TESTS ############################# 76 ############################ SKIPPED TESTS #############################
77 77
78 # These tests take a looong time to run in debug mode. 78 # These tests take a looong time to run in debug mode.
79 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 79 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
80 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 80 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
81 81
82 [ $arch == arm ] 82 [ $arch == arm ]
83 83
84 # BUG(3251225): Tests that timeout with --nocrankshaft. 84 # BUG(3251225): Tests that timeout with --nocrankshaft.
(...skipping 14 matching lines...) Expand all
99 S15.1.3.1_A2.5_T1: SKIP 99 S15.1.3.1_A2.5_T1: SKIP
100 S15.1.3.2_A2.5_T1: SKIP 100 S15.1.3.2_A2.5_T1: SKIP
101 S15.1.3.1_A2.4_T1: SKIP 101 S15.1.3.1_A2.4_T1: SKIP
102 S15.1.3.1_A2.5_T1: SKIP 102 S15.1.3.1_A2.5_T1: SKIP
103 S15.1.3.2_A2.4_T1: SKIP 103 S15.1.3.2_A2.4_T1: SKIP
104 S15.1.3.2_A2.5_T1: SKIP 104 S15.1.3.2_A2.5_T1: SKIP
105 S15.1.3.3_A2.3_T1: SKIP 105 S15.1.3.3_A2.3_T1: SKIP
106 S15.1.3.4_A2.3_T1: SKIP 106 S15.1.3.4_A2.3_T1: SKIP
107 S15.1.3.1_A2.5_T1: SKIP 107 S15.1.3.1_A2.5_T1: SKIP
108 S15.1.3.2_A2.5_T1: SKIP 108 S15.1.3.2_A2.5_T1: SKIP
OLDNEW
« no previous file with comments | « no previous file | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698