Kaydet (Commit) a731bf17 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix buildbot failures - removing the CPU term in the seconds from the output.

üst 8284bd6a
...@@ -39,7 +39,7 @@ def main(): ...@@ -39,7 +39,7 @@ def main():
# Don't remove this comment. Everything below it is auto-generated. # Don't remove this comment. Everything below it is auto-generated.
#--cut-------------------------------------------------------------------------- #--cut--------------------------------------------------------------------------
CProfileTest.expected_output['print_stats'] = """\ CProfileTest.expected_output['print_stats'] = """\
126 function calls (106 primitive calls) in 1.000 CPU seconds 126 function calls (106 primitive calls) in 1.000 seconds
Ordered by: standard name Ordered by: standard name
......
...@@ -93,7 +93,7 @@ def main(): ...@@ -93,7 +93,7 @@ def main():
# Don't remove this comment. Everything below it is auto-generated. # Don't remove this comment. Everything below it is auto-generated.
#--cut-------------------------------------------------------------------------- #--cut--------------------------------------------------------------------------
ProfileTest.expected_output['print_stats'] = """\ ProfileTest.expected_output['print_stats'] = """\
127 function calls (107 primitive calls) in 999.749 CPU seconds 127 function calls (107 primitive calls) in 999.749 seconds
Ordered by: standard name Ordered by: standard name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment