verify.py (13242:b4d52d9afc7f) verify.py (13250:4680968cc4cb)
1#!/usr/bin/env python2
2#
3# Copyright 2018 Google, Inc.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 245 unchanged lines hidden (view full) ---

254 r'^SystemC Simulation\n',
255 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
256 r'You can turn off(.*\n){7}',
257 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
258 r' sc_clock\(const char(.*\n){3}',
259 warning_filt(540),
260 warning_filt(571),
261 info_filt(804),
1#!/usr/bin/env python2
2#
3# Copyright 2018 Google, Inc.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 245 unchanged lines hidden (view full) ---

254 r'^SystemC Simulation\n',
255 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: ' +
256 r'You can turn off(.*\n){7}',
257 r'^\nInfo: \(I804\) /IEEE_Std_1666/deprecated: \n' +
258 r' sc_clock\(const char(.*\n){3}',
259 warning_filt(540),
260 warning_filt(571),
261 info_filt(804),
262 info_filt(704),
262 in_file_filt,
263 )
264 test_filt = merge_filts(
265 r'^Global frequency set at \d* ticks per second\n',
266 r'^info: Entering event queue @ \d*\. Starting simulation\.\.\.\n',
267 r'warn: [^(]+\([^)]*\)( \[with [^]]*\])? not implemented\.\n',
268 r'warn: Ignoring request to set stack size\.\n',
269 info_filt(804),

--- 320 unchanged lines hidden ---
263 in_file_filt,
264 )
265 test_filt = merge_filts(
266 r'^Global frequency set at \d* ticks per second\n',
267 r'^info: Entering event queue @ \d*\. Starting simulation\.\.\.\n',
268 r'warn: [^(]+\([^)]*\)( \[with [^]]*\])? not implemented\.\n',
269 r'warn: Ignoring request to set stack size\.\n',
270 info_filt(804),

--- 320 unchanged lines hidden ---